Class EventoMDFeRegPassagemAuto
Implements
Inherited Members
Namespace: Unimake.Business.DFe.Xml.MDFe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlRoot(ElementName = "evMDFeRegPassagemAuto")]
public class EventoMDFeRegPassagemAuto : EventoDetalhe, IXmlSerializable
Properties
CIdEquip
Código de identificação do equipamento.
Declaration
[XmlElement("cIdEquip", Order = 1)]
public string CIdEquip { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CUFTransito
Código da UF de trânsito.
Declaration
[XmlElement("cUFTransito", Order = 1)]
public string CUFTransito { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DescEvento
Descrição do Evento.
Declaration
[XmlElement("descEvento", Order = 0)]
public override string DescEvento { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
DhPass
Data e hora da passagem.
Declaration
[XmlElement("dhPass", Order = 1)]
public string DhPass { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Latitude
Latitude da passagem.
Declaration
[XmlElement("latitude", Order = 1)]
public string Latitude { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Longitude
Longitude da passagem.
Declaration
[XmlElement("longitude", Order = 1)]
public string Longitude { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NSU
Número Sequencial Único.
Declaration
[XmlElement("NSU", Order = 1)]
public string NSU { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Placa
Placa do veículo.
Declaration
[XmlElement("placa", Order = 1)]
public string Placa { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TpEquip
Tipo do equipamento.
Declaration
[XmlElement("tpEquip", Order = 1)]
public string TpEquip { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TpSentido
Tipo de sentido.
Declaration
[XmlElement("tpSentido", Order = 1)]
public string TpSentido { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TpTransm
Tipo de transmissão.
Declaration
[XmlElement("tpTransm", Order = 1)]
public string TpTransm { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
XIdEquip
Descrição do equipamento.
Declaration
[XmlElement("xIdEquip", Order = 1)]
public string XIdEquip { get; set; }
Property Value
| Type | Description |
|---|---|
| string |