Class Transp
Classe de informações do Transp
Inheritance
System.Object
Transp
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.NFe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
public class Transp
Fields
BalsaField
Declaration
string BalsaField
Field Value
Type | Description |
---|---|
System.String |
VagaoField
Declaration
string VagaoField
Field Value
Type | Description |
---|---|
System.String |
Properties
Balsa
Identificação da balsa
Declaration
public string Balsa { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ModFrete
Modalidade do frete
Declaration
public ModalidadeFrete ModFrete { get; set; }
Property Value
Type | Description |
---|---|
ModalidadeFrete |
Reboque
Dados do reboque/Dolly
Declaration
public List<Reboque> Reboque { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Reboque> |
RetTransp
Dados da retenção ICMS do Transporte
Declaration
public RetTransp RetTransp { get; set; }
Property Value
Type | Description |
---|---|
RetTransp |
Transporta
Dados do transportador
Declaration
public Transporta Transporta { get; set; }
Property Value
Type | Description |
---|---|
Transporta |
Vagao
Identificação do vagão
Declaration
public string Vagao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
VeicTransp
Dados do veículo
Declaration
public VeicTransp VeicTransp { get; set; }
Property Value
Type | Description |
---|---|
VeicTransp |
Vol
Dados dos volumes
Declaration
public List<Vol> Vol { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Vol> |
Methods
ShouldSerializeBalsa()
Declaration
public bool ShouldSerializeBalsa()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeVagao()
Declaration
public bool ShouldSerializeVagao()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeVol()
Declaration
public bool ShouldSerializeVol()
Returns
Type | Description |
---|---|
System.Boolean |