Class DetEventoCompEntrega
Implements
Inherited Members
Namespace: Unimake.Business.DFe.Xml.CTe
Assembly: Unimake.Business.DFe.dll
Syntax
[XmlInclude(typeof(EventoDetalhe))]
[XmlRoot(ElementName = "detEvento")]
public class DetEventoCompEntrega : EventoDetalhe, IXmlSerializableProperties
DescEvento
Obtém ou define a descrição do evento.
Declaration
[XmlIgnore]
public override string DescEvento { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Overrides
DhEntrega
Obtém ou define a data e hora da entrega.
Declaration
[XmlIgnore]
public DateTimeOffset DhEntrega { get; set; }Property Value
| Type | Description | 
|---|---|
| DateTimeOffset | 
DhEntregaField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade "DhEntrega" para atribuir ou resgatar o valor)
Declaration
[XmlIgnore]
public string DhEntregaField { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
DhHashEntrega
Obtém ou define a data e hora do hash da entrega.
Declaration
[XmlIgnore]
public DateTimeOffset DhHashEntrega { get; set; }Property Value
| Type | Description | 
|---|---|
| DateTimeOffset | 
DhHashEntregaField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade "DhHashEntrega" para atribuir ou resgatar o valor)
Declaration
[XmlIgnore]
public string DhHashEntregaField { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
EventoCECTe
Obtém ou define o evento de comprovante de entrega do CT-e.
Declaration
[XmlElement(ElementName = "evCECTe", Order = 0)]
public EventoCECTe EventoCECTe { get; set; }Property Value
| Type | Description | 
|---|---|
| EventoCECTe | 
HashEntrega
Obtém ou define o hash da entrega.
Declaration
[XmlIgnore]
public string HashEntrega { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
InfEntrega
Obtém ou define a lista de informações de entrega.
Declaration
[XmlIgnore]
public List<InfEntrega> InfEntrega { get; set; }Property Value
| Type | Description | 
|---|---|
| List<InfEntrega> | 
Latitude
Obtém ou define a latitude da entrega.
Declaration
[XmlIgnore]
public string Latitude { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Longitude
Obtém ou define a longitude da entrega.
Declaration
[XmlIgnore]
public string Longitude { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
NDoc
Obtém ou define o número do documento.
Declaration
[XmlIgnore]
public string NDoc { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
NProt
Obtém ou define o número do protocolo.
Declaration
[XmlIgnore]
public string NProt { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
XNome
Obtém ou define o nome da pessoa que recebeu a entrega.
Declaration
[XmlIgnore]
public string XNome { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Methods
WriteXml(XmlWriter)
Escreve o XML para o escritor especificado.
Declaration
public override void WriteXml(XmlWriter writer)Parameters
| Type | Name | Description | 
|---|---|---|
| XmlWriter | writer | O escritor XML. |