Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class EventoCECTe

    Inheritance
    System.Object
    EventoDetalhe
    EventoCECTe
    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
    public class EventoCECTe : EventoDetalhe, IXmlSerializable

    Fields

    HashEntregaField

    Declaration
    string HashEntregaField
    Field Value
    Type Description
    System.String

    Properties

    DescEvento

    Descrição do evento de comprovante de entrega do CT-e.

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

    DhEntrega

    Data e hora da entrega.

    Declaration
    public DateTimeOffset DhEntrega { get; set; }
    Property Value
    Type Description
    System.DateTimeOffset

    DhEntregaField

    Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade "DhEntrega" para atribuir ou resgatar o valor)

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

    DhHashEntrega

    Data e hora do hash da entrega.

    Declaration
    public DateTimeOffset DhHashEntrega { get; set; }
    Property Value
    Type Description
    System.DateTimeOffset

    DhHashEntregaField

    Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade "DhHashEntrega" para atribuir ou resgatar o valor)

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

    HashEntrega

    Hash da entrega (SHA1 Base64).

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

    InfEntrega

    Lista de informações de entrega.

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

    Latitude

    Latitude da entrega.

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

    Longitude

    Longitude da entrega.

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

    NDoc

    Número do documento.

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

    NProt

    Número do protocolo.

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

    XNome

    Nome da pessoa que recebeu a entrega.

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

    Implements

    System.Xml.Serialization.IXmlSerializable