Class Rodo
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 Rodo
Properties
CodAgPorto
Código do Agenciamento do Porto
Declaration
[XmlElement("codAgPorto")]
public string CodAgPorto { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
InfANTT
Informações da ANTT
Declaration
[XmlElement("infANTT")]
public InfANTT InfANTT { get; set; }
Property Value
| Type | Description |
|---|---|
| InfANTT |
LacRodo
Lacres do Modal Rodoviário
Declaration
[XmlElement("lacRodo")]
public List<LacRodo> LacRodo { get; set; }
Property Value
| Type | Description |
|---|---|
| List<LacRodo> |
VeicReboque
Informações dos Veículos de Reboque
Declaration
[XmlElement("veicReboque")]
public List<VeicReboque> VeicReboque { get; set; }
Property Value
| Type | Description |
|---|---|
| List<VeicReboque> |
VeicTracao
Informações do Veículo de Tração
Declaration
[XmlElement("veicTracao")]
public VeicTracao VeicTracao { get; set; }
Property Value
| Type | Description |
|---|---|
| VeicTracao |
Methods
ShouldSerializeCodAgPorto()
Verifica se deve serializar o campo CodAgPorto (não vazio)
Declaration
public bool ShouldSerializeCodAgPorto()
Returns
| Type | Description |
|---|---|
| bool |