Class EvIECTe
Inheritance
System.Object
EvIECTe
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 EvIECTe : IXmlSerializable
Fields
HashTentativaEntregaField
Declaration
string HashTentativaEntregaField
Field Value
Type |
Description |
System.String |
|
Properties
DescEvento
Declaration
public string DescEvento { get; set; }
Property Value
Type |
Description |
System.String |
|
DhHashTentativaEntrega
Declaration
public DateTimeOffset DhHashTentativaEntrega { get; set; }
Property Value
Type |
Description |
System.DateTimeOffset |
|
DhHashTentativaEntregaField
Declaration
public string DhHashTentativaEntregaField { get; set; }
Property Value
Type |
Description |
System.String |
|
DhTentativaEntrega
Declaration
public DateTimeOffset DhTentativaEntrega { get; set; }
Property Value
Type |
Description |
System.DateTimeOffset |
|
DhTentativaEntregaField
Declaration
public string DhTentativaEntregaField { get; set; }
Property Value
Type |
Description |
System.String |
|
HashTentativaEntrega
Declaration
public string HashTentativaEntrega { get; set; }
Property Value
Type |
Description |
System.String |
|
InfEntrega
Declaration
public List<InfEntrega> InfEntrega { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<InfEntrega> |
|
Latitude
Declaration
public string Latitude { get; set; }
Property Value
Type |
Description |
System.String |
|
Longitude
Declaration
public string Longitude { get; set; }
Property Value
Type |
Description |
System.String |
|
NProt
Declaration
public string NProt { get; set; }
Property Value
Type |
Description |
System.String |
|
NTentativa
Declaration
public int NTentativa { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TpMotivo
Declaration
public TipoMotivoInsucessoEntrega TpMotivo { get; set; }
Property Value
XJustMotivo
Declaration
public string XJustMotivo { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
ReadXml(XmlDocument)
Declaration
public void ReadXml(XmlDocument document)
Parameters
Type |
Name |
Description |
System.Xml.XmlDocument |
document |
|
WriteXml(StringWriter)
Executa o processamento do XMLReader recebido na serialização
Declaration
public void WriteXml(StringWriter writer)
Parameters
Type |
Name |
Description |
System.IO.StringWriter |
writer |
string XML recebido durante o processo de serialização
|
Implements