Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class EmiDocAnt

    Informações dos emitentes dos documentos anteriores.

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

    Properties

    CNPJ

    CNPJ do emitente do documento anterior.

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

    CPF

    CPF do emitente do documento anterior.

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

    IdDocAnt

    Identificação dos documentos anteriores.

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

    IE

    Inscrição Estadual do emitente do documento anterior.

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

    UF

    UF do emitente do documento anterior.

    Declaration
    public UFBrasil UF { get; set; }
    Property Value
    Type Description
    UFBrasil

    XNome

    Razão Social ou Nome do emitente do documento anterior.

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

    Methods

    ShouldSerializeCNPJ()

    Verifica se a propriedade CNPJ deve ser serializada.

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

    ShouldSerializeCPF()

    Verifica se a propriedade CPF deve ser serializada.

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