Class EvCTeRegPassagem
Inheritance
Implements
Inherited Members
Namespace: Unimake.Business.DFe.Xml.CTe
Assembly: Unimake.Business.DFe.dll
Syntax
public class EvCTeRegPassagem : IXmlSerializable
Properties
ChMDFe
Chave de acesso do MDFe relacionado ao registro de passagem.
Declaration
public string ChMDFe { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CPFFunc
CPF do funcionário que registrou a passagem.
Declaration
public string CPFFunc { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CUFTransito
Código da UF de trânsito.
Declaration
public string CUFTransito { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CUnidFiscal
Código da unidade fiscal.
Declaration
public string CUnidFiscal { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DescEvento
Descrição do evento de registro de passagem.
Declaration
public string DescEvento { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DhPass
Data e hora da passagem.
Declaration
public DateTimeOffset DhPass { get; set; }
Property Value
Type | Description |
---|---|
System.DateTimeOffset |
DhPassField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade "DhPass" para atribuir ou resgatar o valor)
Declaration
public string DhPassField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Placa
Placa do veículo.
Declaration
public string Placa { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TpSentido
Tipo de sentido do registro de passagem.
Declaration
public string TpSentido { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TpTransm
Tipo de transmissão do registro de passagem.
Declaration
public string TpTransm { get; set; }
Property Value
Type | Description |
---|---|
System.String |
XFunc
Nome do funcionário que registrou a passagem.
Declaration
public string XFunc { get; set; }
Property Value
Type | Description |
---|---|
System.String |
XUnidFiscal
Descrição da unidade fiscal.
Declaration
public string XUnidFiscal { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ReadXml(XmlDocument)
Executa o processamento do XMLReader recebido na desserialização.
Declaration
public void ReadXml(XmlDocument document)
Parameters
Type | Name | Description |
---|---|---|
System.Xml.XmlDocument | document | XmlDocument recebido durante o processo de desserialização. |
WriteXml(StringWriter)
Executa o processamento do XMLReader recebido na serialização.
Declaration
public void WriteXml(StringWriter writer)
Parameters
Type | Name | Description |
---|---|---|
System.IO.StringWriter | writer | string XML recebido durante o processo de serialização. |