Class EventoMDFeRegPassagem
Implements
Inherited Members
Namespace: Unimake.Business.DFe.Xml.MDFe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlRoot(ElementName = "detEventoMDFeRegPassagem")]
public class EventoMDFeRegPassagem : EventoDetalhe, IXmlSerializable
Properties
CPFFunc
CPF do funcionário.
Declaration
[XmlElement("CPFFunc", Order = 1)]
public string CPFFunc { 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 |
CUnidFiscal
Código da unidade fiscal.
Declaration
[XmlElement("cUnidFiscal", Order = 1)]
public string CUnidFiscal { 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 |
Placa
Placa do veículo.
Declaration
[XmlElement("placa", Order = 1)]
public string Placa { 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 |
XFunc
Nome do funcionário.
Declaration
[XmlElement("xFunc", Order = 1)]
public string XFunc { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
XUnidFiscal
Descrição da unidade fiscal.
Declaration
[XmlElement("xUnidFiscal", Order = 1)]
public string XUnidFiscal { get; set; }
Property Value
| Type | Description |
|---|---|
| string |