Class DetEventoInsucessoEntrega
Inheritance
System.Object
DetEventoInsucessoEntrega
Implements
System.Xml.Serialization.IXmlSerializable
Inherited Members
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()
Assembly: Unimake.Business.DFe.dll
Syntax
public class DetEventoInsucessoEntrega : EventoDetalhe, IXmlSerializable
Fields
_eventoIECTe
Declaration
Field Value
Properties
DescEvento
Descrição do evento de insucesso de entrega.
Declaration
public override string DescEvento { get; set; }
Property Value
Type |
Description |
System.String |
|
Overrides
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
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
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
WriteXml(XmlWriter)
Declaration
public override void WriteXml(XmlWriter writer)
Parameters
Type |
Name |
Description |
System.Xml.XmlWriter |
writer |
|
Overrides
Implements
System.Xml.Serialization.IXmlSerializable