Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class DetEventoInsucessoEntrega

    Inheritance
    System.Object
    EventoDetalhe
    DetEventoInsucessoEntrega
    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.VersaoEvento
    EventoDetalhe.GetSchema()
    EventoDetalhe.ReadXml(XmlReader)
    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 DetEventoInsucessoEntrega : EventoDetalhe, IXmlSerializable

    Fields

    _eventoIECTe

    Declaration
    EvIECTe _eventoIECTe
    Field Value
    Type Description
    EvIECTe

    Properties

    DescEvento

    Descrição do evento de insucesso de entrega.

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

    DhHashTentativaEntrega

    Data e hora do hash da tentativa de entrega.

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

    DhHashTentativaEntregaField

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

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

    DhTentativaEntrega

    Data e hora da tentativa de entrega.

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

    DhTentativaEntregaField

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

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

    EventoIECTe

    Evento de insucesso de entrega do CT-e.

    Declaration
    public EvIECTe EventoIECTe { get; set; }
    Property Value
    Type Description
    EvIECTe

    HashTentativaEntrega

    Hash da tentativa de entrega.

    Declaration
    public string HashTentativaEntrega { 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 tentativa de entrega.

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

    Longitude

    Longitude da tentativa de entrega.

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

    NProt

    Número do protocolo do evento.

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

    NTentativa

    Número da tentativa de entrega.

    Declaration
    public int NTentativa { get; set; }
    Property Value
    Type Description
    System.Int32

    TpMotivo

    Tipo do motivo do insucesso da entrega.

    Declaration
    public TipoMotivoInsucessoEntrega TpMotivo { get; set; }
    Property Value
    Type Description
    TipoMotivoInsucessoEntrega

    XJustMotivo

    Justificativa do motivo do insucesso da entrega (quando o motivo for "Outros").

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

    Methods

    SetValue(PropertyInfo)

    Declaration
    override void SetValue(PropertyInfo pi)
    Parameters
    Type Name Description
    System.Reflection.PropertyInfo pi
    Overrides
    EventoDetalhe.SetValue(PropertyInfo)

    WriteXml(XmlWriter)

    Declaration
    public override void WriteXml(XmlWriter writer)
    Parameters
    Type Name Description
    System.Xml.XmlWriter writer
    Overrides
    EventoDetalhe.WriteXml(XmlWriter)

    Implements

    System.Xml.Serialization.IXmlSerializable