Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class Emit

    Inheritance
    object
    Emit
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unimake.Business.DFe.Xml.NFSe.NACIONAL.NFSe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    public class Emit

    Properties

    CNPJ

    CNPJ do emitente.

    Declaration
    [XmlElement("CNPJ")]
    public string CNPJ { get; set; }
    Property Value
    Type Description
    string

    CPF

    CPF do emitente.

    Declaration
    [XmlElement("CPF")]
    public string CPF { get; set; }
    Property Value
    Type Description
    string

    Email

    E-mail.

    Declaration
    [XmlElement("email")]
    public string Email { get; set; }
    Property Value
    Type Description
    string

    EnderNac

    Endereço nacional do emitente.

    Declaration
    [XmlElement("enderNac")]
    public EnderNac EnderNac { get; set; }
    Property Value
    Type Description
    EnderNac

    Fone

    Telefone.

    Declaration
    [XmlElement("fone")]
    public string Fone { get; set; }
    Property Value
    Type Description
    string

    IM

    Inscrição Municipal.

    Declaration
    [XmlElement("IM")]
    public string IM { get; set; }
    Property Value
    Type Description
    string

    XFant

    Nome fantasia.

    Declaration
    [XmlElement("xFant")]
    public string XFant { get; set; }
    Property Value
    Type Description
    string

    XNome

    Razão social ou nome empresarial.

    Declaration
    [XmlElement("xNome")]
    public string XNome { get; set; }
    Property Value
    Type Description
    string

    Methods

    ShouldSerializeCNPJ()

    Declaration
    public bool ShouldSerializeCNPJ()
    Returns
    Type Description
    bool

    ShouldSerializeCPF()

    Declaration
    public bool ShouldSerializeCPF()
    Returns
    Type Description
    bool

    ShouldSerializeEmail()

    Declaration
    public bool ShouldSerializeEmail()
    Returns
    Type Description
    bool

    ShouldSerializeFone()

    Declaration
    public bool ShouldSerializeFone()
    Returns
    Type Description
    bool

    ShouldSerializeIM()

    Declaration
    public bool ShouldSerializeIM()
    Returns
    Type Description
    bool

    ShouldSerializeXFant()

    Declaration
    public bool ShouldSerializeXFant()
    Returns
    Type Description
    bool

    ValidarDocUnico()

    Valida se foi informado exatamente um documento (CNPJ ou CPF).

    Declaration
    public void ValidarDocUnico()