Class VeicReboque
Inherited Members
Namespace: Unimake.Business.DFe.Xml.MDFe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlType(Namespace = "http://www.portalfiscal.inf.br/mdfe")]
public class VeicReboque
Properties
CInt
Código Interno do Reboque
Declaration
[XmlElement("cInt")]
public string CInt { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CapKG
Capacidade em KG
Declaration
[XmlElement("capKG")]
public int CapKG { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
CapM3
Capacidade em M3
Declaration
[XmlElement("capM3")]
public int CapM3 { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Placa
Placa do Reboque
Declaration
[XmlElement("placa")]
public string Placa { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Prop
Proprietário do Reboque
Declaration
[XmlElement("prop")]
public Prop Prop { get; set; }
Property Value
| Type | Description |
|---|---|
| Prop |
RENAVAM
RENAVAM do Reboque
Declaration
[XmlElement("RENAVAM")]
public string RENAVAM { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Tara
Tara em KG
Declaration
[XmlElement("tara")]
public int Tara { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
TpCar
Tipo da Carroceria
Declaration
[XmlElement("tpCar")]
public TipoCarroceriaMDFe TpCar { get; set; }
Property Value
| Type | Description |
|---|---|
| TipoCarroceriaMDFe |
UF
UF do Reboque
Declaration
[XmlElement("UF")]
public UFBrasil? UF { get; set; }
Property Value
| Type | Description |
|---|---|
| UFBrasil? |
Methods
ShouldSerializeCInt()
Verifica se deve serializar o campo CInt (não vazio)
Declaration
public bool ShouldSerializeCInt()
Returns
| Type | Description |
|---|---|
| bool |
ShouldSerializeCapM3()
Verifica se deve serializar o campo CapM3 (maior que 0)
Declaration
public bool ShouldSerializeCapM3()
Returns
| Type | Description |
|---|---|
| bool |
ShouldSerializeRENAVAM()
Verifica se deve serializar o campo RENAVAM (não vazio)
Declaration
public bool ShouldSerializeRENAVAM()
Returns
| Type | Description |
|---|---|
| bool |
ShouldSerializeUF()
Verifica se deve serializar o campo UF (não nulo e diferente de NaoDefinido)
Declaration
public bool ShouldSerializeUF()
Returns
| Type | Description |
|---|---|
| bool |