Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class Aereo

    Inheritance
    System.Object
    Aereo
    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 Aereo

    Properties

    CAerDes

    Código do Aeroporto de Desembarque

    Declaration
    public string CAerDes { get; set; }
    Property Value
    Type Description
    System.String

    CAerEmb

    Código do Aeroporto de Embarque

    Declaration
    public string CAerEmb { get; set; }
    Property Value
    Type Description
    System.String

    DVoo

    Data do Voo

    Declaration
    public DateTime DVoo { get; set; }
    Property Value
    Type Description
    System.DateTime

    DVooField

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

    Declaration
    public string DVooField { get; set; }
    Property Value
    Type Description
    System.String

    Matr

    Matrícula da Aeronave

    Declaration
    public string Matr { get; set; }
    Property Value
    Type Description
    System.String

    Nac

    Nacionalidade da Aeronave

    Declaration
    public string Nac { get; set; }
    Property Value
    Type Description
    System.String

    NVoo

    Número do Voo

    Declaration
    public string NVoo { get; set; }
    Property Value
    Type Description
    System.String