Class EventoMDFeRegPassagem
Implements
System.Xml.Serialization.IXmlSerializable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Unimake.Business.DFe.Xml.MDFe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
public class EventoMDFeRegPassagem : EventoDetalhe, IXmlSerializable
Properties
CPFFunc
CPF do funcionário.
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.
Declaration
public override string DescEvento { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
DhPass
Data e hora da passagem.
Declaration
public string DhPass { 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.
Declaration
public string TpSentido { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TpTransm
Tipo de transmissão.
Declaration
public string TpTransm { get; set; }
Property Value
Type | Description |
---|---|
System.String |
XFunc
Nome do funcionário.
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 |
Implements
System.Xml.Serialization.IXmlSerializable