Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class Aquav

    Inheritance
    object
    Aquav
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unimake.Business.DFe.Xml.MDFe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    [XmlType(Namespace = "http://www.portalfiscal.inf.br/mdfe")]
    public class Aquav

    Properties

    CEmbar

    Código da Embarcação

    Declaration
    [XmlElement("cEmbar")]
    public string CEmbar { get; set; }
    Property Value
    Type Description
    string

    CPrtDest

    Código do Porto de Desembarque

    Declaration
    [XmlElement("cPrtDest")]
    public string CPrtDest { get; set; }
    Property Value
    Type Description
    string

    CPrtEmb

    Código do Porto de Embarque

    Declaration
    [XmlElement("cPrtEmb")]
    public string CPrtEmb { get; set; }
    Property Value
    Type Description
    string

    InfEmbComb

    Informações da Embarcação de Combustível

    Declaration
    [XmlElement("infEmbComb")]
    public List<InfEmbComb> InfEmbComb { get; set; }
    Property Value
    Type Description
    List<InfEmbComb>

    InfTermCarreg

    Informações do Terminal de Carregamento

    Declaration
    [XmlElement("infTermCarreg")]
    public List<InfTermCarreg> InfTermCarreg { get; set; }
    Property Value
    Type Description
    List<InfTermCarreg>

    InfTermDescarreg

    Informações do Terminal de Descarregamento

    Declaration
    [XmlElement("infTermDescarreg")]
    public List<InfTermDescarreg> InfTermDescarreg { get; set; }
    Property Value
    Type Description
    List<InfTermDescarreg>

    InfUnidCargaVazia

    Informações da Unidade de Carga Vazia

    Declaration
    [XmlElement("infUnidCargaVazia")]
    public List<InfUnidCargaVazia> InfUnidCargaVazia { get; set; }
    Property Value
    Type Description
    List<InfUnidCargaVazia>

    InfUnidTranspVazia

    Informações da Unidade de Transporte Vazia

    Declaration
    [XmlElement("infUnidTranspVazia")]
    public List<InfUnidTranspVazia> InfUnidTranspVazia { get; set; }
    Property Value
    Type Description
    List<InfUnidTranspVazia>

    Irin

    Identificador do Registro de Informações da Navegação

    Declaration
    [XmlElement("irin")]
    public string Irin { get; set; }
    Property Value
    Type Description
    string

    MMSI

    Maritime Mobile Service Identify (MMSI) - Preencher com o MMSI (Maritime Mobile Service Identify) fornecido pela ANATEL ou autoridade de telecomunicações de origem da embarcação

    Declaration
    [XmlElement("MMSI")]
    public string MMSI { get; set; }
    Property Value
    Type Description
    string

    NViag

    Número da Viagem

    Declaration
    [XmlElement("nViag")]
    public long NViag { get; set; }
    Property Value
    Type Description
    long

    PrtTrans

    Porto de Transbordo

    Declaration
    [XmlElement("prtTrans")]
    public string PrtTrans { get; set; }
    Property Value
    Type Description
    string

    TpEmb

    Tipo da Embarcação

    Declaration
    [XmlElement("tpEmb")]
    public string TpEmb { get; set; }
    Property Value
    Type Description
    string

    TpNav

    Tipo de Navegação

    Declaration
    [XmlElement("tpNav")]
    public TipoNavegacao TpNav { get; set; }
    Property Value
    Type Description
    TipoNavegacao

    XEmbar

    Nome da Embarcação

    Declaration
    [XmlElement("xEmbar")]
    public string XEmbar { get; set; }
    Property Value
    Type Description
    string

    Methods

    ShouldSerializeMMSI()

    Declaration
    public bool ShouldSerializeMMSI()
    Returns
    Type Description
    bool

    ShouldSerializePrtTrans()

    Declaration
    public bool ShouldSerializePrtTrans()
    Returns
    Type Description
    bool

    ShouldSerializeTpNav()

    Declaration
    public bool ShouldSerializeTpNav()
    Returns
    Type Description
    bool