Class Aquav
Inheritance
System.Object
Aquav
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 Aquav
Properties
CEmbar
Código da Embarcação
Declaration
public string CEmbar { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CPrtDest
Código do Porto de Desembarque
Declaration
public string CPrtDest { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CPrtEmb
Código do Porto de Embarque
Declaration
public string CPrtEmb { get; set; }
Property Value
Type | Description |
---|---|
System.String |
InfEmbComb
Informações da Embarcação de Combustível
Declaration
public List<InfEmbComb> InfEmbComb { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<InfEmbComb> |
InfTermCarreg
Informações do Terminal de Carregamento
Declaration
public List<InfTermCarreg> InfTermCarreg { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<InfTermCarreg> |
InfTermDescarreg
Informações do Terminal de Descarregamento
Declaration
public List<InfTermDescarreg> InfTermDescarreg { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<InfTermDescarreg> |
InfUnidCargaVazia
Informações da Unidade de Carga Vazia
Declaration
public List<InfUnidCargaVazia> InfUnidCargaVazia { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<InfUnidCargaVazia> |
InfUnidTranspVazia
Informações da Unidade de Transporte Vazia
Declaration
public List<InfUnidTranspVazia> InfUnidTranspVazia { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<InfUnidTranspVazia> |
Irin
Identificador do Registro de Informações da Navegação
Declaration
public string Irin { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NViag
Número da Viagem
Declaration
public long NViag { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
PrtTrans
Porto de Transbordo
Declaration
public string PrtTrans { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TpEmb
Tipo da Embarcação
Declaration
public string TpEmb { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TpNav
Tipo de Navegação
Declaration
public TipoNavegacao TpNav { get; set; }
Property Value
Type | Description |
---|---|
TipoNavegacao |
XEmbar
Nome da Embarcação
Declaration
public string XEmbar { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ShouldSerialize()
Declaration
public bool ShouldSerialize()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializePrtTrans()
Declaration
public bool ShouldSerializePrtTrans()
Returns
Type | Description |
---|---|
System.Boolean |