Class Aquav
Informações do modal aquaviário.
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.CTe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
public class Aquav
Properties
Balsa
Informações das Balsas.
Declaration
public List<Balsa> Balsa { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Balsa> |
DetCont
Detalhamento dos Contêineres.
Declaration
public List<DetCont> DetCont { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<DetCont> |
Direc
Direção.
Declaration
public DirecaoCTe Direc { get; set; }
Property Value
Type | Description |
---|---|
DirecaoCTe |
Irin
Número da Inscrição no Registro Internacional de Navios.
Declaration
public string Irin { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NViag
Número da Viagem.
Declaration
public string NViag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TpNav
Tipo de Navegação.
Declaration
public TipoNavegacao? TpNav { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<TipoNavegacao> |
VAFRMM
Valor do Adicional ao Frete para Renovação da Marinha Mercante.
Declaration
public double VAFRMM { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
VAFRMMField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade "VAFRMM" para atribuir ou resgatar o valor)
Declaration
public string VAFRMMField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
VPrest
Valor da Prestação do Serviço.
Declaration
public double VPrest { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
VPrestField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade "VPrest" para atribuir ou resgatar o valor)
Declaration
public string VPrestField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
XNavio
Nome do Navio.
Declaration
public string XNavio { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ShouldSerializeNViag()
Verifica se a propriedade NViag deve ser serializada.
Declaration
public bool ShouldSerializeNViag()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeTpNav()
Verifica se a propriedade TpNav deve ser serializada.
Declaration
public bool ShouldSerializeTpNav()
Returns
Type | Description |
---|---|
System.Boolean |