Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class IdDocAntPap

    Identificação dos documentos anteriores em papel.

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

    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

    NDoc

    Número do documento.

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

    Serie

    Série do documento.

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

    Subser

    Subsérie do documento.

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

    TpDoc

    Tipo do Documento de Transporte Anterior.

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

    Methods

    ShouldSerializeSubser()

    Verifica se a propriedade Subser deve ser serializada.

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