Class DetEventoCompEntrega
Inheritance
System.Object
DetEventoCompEntrega
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 DetEventoCompEntrega : EventoDetalhe, IXmlSerializable
Fields
_eventoCECTe
Declaration
Field Value
Properties
DescEvento
Obtém ou define a descrição do evento.
Declaration
public override string DescEvento { get; set; }
Property Value
Type |
Description |
System.String |
|
Overrides
DhEntrega
Obtém ou define a 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
Obtém ou define a 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 |
|
EventoCECTe
Obtém ou define o evento de comprovante de entrega do CT-e.
Declaration
public EventoCECTe EventoCECTe { get; set; }
Property Value
HashEntrega
Obtém ou define o hash da entrega.
Declaration
public string HashEntrega { get; set; }
Property Value
Type |
Description |
System.String |
|
InfEntrega
Obtém ou define a lista de informações de entrega.
Declaration
public List<InfEntrega> InfEntrega { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<InfEntrega> |
|
Latitude
Obtém ou define a latitude da entrega.
Declaration
public string Latitude { get; set; }
Property Value
Type |
Description |
System.String |
|
Longitude
Obtém ou define a longitude da entrega.
Declaration
public string Longitude { get; set; }
Property Value
Type |
Description |
System.String |
|
NDoc
Obtém ou define o número do documento.
Declaration
public string NDoc { get; set; }
Property Value
Type |
Description |
System.String |
|
NProt
Obtém ou define o número do protocolo.
Declaration
public string NProt { get; set; }
Property Value
Type |
Description |
System.String |
|
XNome
Obtém ou define o nome da pessoa que recebeu a entrega.
Declaration
public string XNome { 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