Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class EventoCCeCTe

    Inheritance
    System.Object
    EventoDetalhe
    EventoCCeCTe
    Implements
    System.Xml.Serialization.IXmlSerializable
    Inherited Members
    EventoDetalhe.bindingFlags
    EventoDetalhe.hasField
    EventoDetalhe.SetLocalValue(Type)
    EventoDetalhe.SetPropertyValue(String)
    EventoDetalhe.GetPropertyInfo(Type)
    EventoDetalhe.XmlReader
    EventoDetalhe.ProcessReader()
    EventoDetalhe.SetValue(PropertyInfo)
    EventoDetalhe.VersaoEvento
    EventoDetalhe.GetSchema()
    EventoDetalhe.ReadXml(XmlReader)
    EventoDetalhe.WriteXml(XmlWriter)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Unimake.Business.DFe.Xml.CTe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    public class EventoCCeCTe : EventoDetalhe, IXmlSerializable

    Fields

    XCondUsoField

    Declaration
    string XCondUsoField
    Field Value
    Type Description
    System.String

    Properties

    DescEvento

    Descrição do evento da carta de correção.

    Declaration
    public override string DescEvento { get; set; }
    Property Value
    Type Description
    System.String
    Overrides
    EventoDetalhe.DescEvento

    InfCorrecao

    Lista de informações de correção.

    Declaration
    public List<InfCorrecao> InfCorrecao { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<InfCorrecao>

    XCondUso

    Condições de uso da carta de correção.

    Declaration
    public string XCondUso { get; set; }
    Property Value
    Type Description
    System.String

    Implements

    System.Xml.Serialization.IXmlSerializable