Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class InfOutros

    Informações dos demais documentos.

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

    Properties

    DEmi

    Data de emissão do documento.

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

    DEmiField

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

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

    DescOutros

    Descrição de outros documentos.

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

    DPrev

    Data prevista de entrega.

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

    DPrevField

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

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

    InfUnidCarga

    Informações das unidades de carga.

    Declaration
    public List<InfUnidCarga> InfUnidCarga { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<InfUnidCarga>

    InfUnidTransp

    Informações das unidades de transporte.

    Declaration
    public List<InfUnidTransp> InfUnidTransp { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<InfUnidTransp>

    NDoc

    Número do documento.

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

    TpDoc

    Tipo do Documento Originário.

    Declaration
    public TipoDocumentoOriginarioCTe TpDoc { get; set; }
    Property Value
    Type Description
    TipoDocumentoOriginarioCTe

    VDocFisc

    Valor do documento fiscal.

    Declaration
    public double VDocFisc { get; set; }
    Property Value
    Type Description
    System.Double

    VDocFiscField

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

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

    Methods

    ShouldSerializeDEmiField()

    Verifica se a propriedade DEmiField deve ser serializada.

    Declaration
    public bool ShouldSerializeDEmiField()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeDescOutros()

    Verifica se a propriedade DescOutros deve ser serializada.

    Declaration
    public bool ShouldSerializeDescOutros()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeDPrevField()

    Verifica se a propriedade DPrevField deve ser serializada.

    Declaration
    public bool ShouldSerializeDPrevField()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeNDoc()

    Verifica se a propriedade NDoc deve ser serializada.

    Declaration
    public bool ShouldSerializeNDoc()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeVDocFiscField()

    Verifica se a propriedade VDocFiscField deve ser serializada.

    Declaration
    public bool ShouldSerializeVDocFiscField()
    Returns
    Type Description
    System.Boolean