Class DetEventoMDFeRegPassagem
Implements
Inherited Members
Namespace: Unimake.Business.DFe.Xml.MDFe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlRoot(ElementName = "detEventoMDFeRegPassagem")]
public class DetEventoMDFeRegPassagem : EventoDetalhe, IXmlSerializable
Properties
CPFFunc
CPF do funcionário.
Declaration
[XmlIgnore]
public string CPFFunc { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CUFTransito
Código da UF de trânsito.
Declaration
[XmlIgnore]
public string CUFTransito { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CUnidFiscal
Código da unidade fiscal.
Declaration
[XmlIgnore]
public string CUnidFiscal { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DescEvento
Descrição do Evento.
Declaration
[XmlIgnore]
public override string DescEvento { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
DhPass
Data e hora da passagem.
Declaration
[XmlIgnore]
public string DhPass { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EventoMDFeRegPassagem
Evento de Registro de Passagem do MDF-e.
Declaration
[XmlElement(ElementName = "evMDFeRegPassagem", Order = 0)]
public EventoMDFeRegPassagem EventoMDFeRegPassagem { get; set; }
Property Value
| Type | Description |
|---|---|
| EventoMDFeRegPassagem |
Placa
Placa do veículo.
Declaration
[XmlIgnore]
public string Placa { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TpSentido
Tipo de sentido.
Declaration
[XmlIgnore]
public string TpSentido { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TpTransm
Tipo de transmissão.
Declaration
[XmlIgnore]
public string TpTransm { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
XFunc
Nome do funcionário.
Declaration
[XmlIgnore]
public string XFunc { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
XUnidFiscal
Descrição da unidade fiscal.
Declaration
[XmlIgnore]
public string XUnidFiscal { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
WriteXml(XmlWriter)
Serializa o objeto DetEventoMDFeRegPassagem em XML.
Declaration
public override void WriteXml(XmlWriter writer)
Parameters
| Type | Name | Description |
|---|---|---|
| XmlWriter | writer | O XmlWriter usado para serialização. |