Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class Emit

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

    Properties

    CNPJ

    CNPJ do Emitente

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

    CPF

    CPF do Emitente

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

    EnderEmit

    Endereço do Emitente

    Declaration
    public EnderEmit EnderEmit { get; set; }
    Property Value
    Type Description
    EnderEmit

    IE

    Inscrição Estadual do Emitente

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

    XFant

    Nome Fantasia do Emitente

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

    XNome

    Razão Social ou Nome do Emitente

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

    Methods

    ShouldSerializeCNPJ()

    Verifica se deve serializar o campo CNPJ (não vazio)

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

    ShouldSerializeCPF()

    Verifica se deve serializar o campo CPF (não vazio)

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

    ShouldSerializeXFant()

    Verifica se deve serializar o campo XFant (não vazio)

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