Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class Aereo

    Inheritance
    object
    Aereo
    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 Aereo

    Properties

    CAerDes

    Código do Aeroporto de Desembarque

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

    CAerEmb

    Código do Aeroporto de Embarque

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

    DVoo

    Data do Voo

    Declaration
    [XmlIgnore]
    public DateTime DVoo { get; set; }
    Property Value
    Type Description
    DateTime

    DVooField

    Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade "DVoo" para atribuir ou resgatar o valor)

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

    Matr

    Matrícula da Aeronave

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

    NVoo

    Número do Voo

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

    Nac

    Nacionalidade da Aeronave

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