Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class EnderEmit

    Classe do endereço do emitente da NFe/NFCe

    Inheritance
    System.Object
    EnderEmit
    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.NFe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    public class EnderEmit

    Fields

    NroField

    Declaration
    string NroField
    Field Value
    Type Description
    System.String

    XBairroField

    Declaration
    string XBairroField
    Field Value
    Type Description
    System.String

    XCplField

    Declaration
    string XCplField
    Field Value
    Type Description
    System.String

    XLgrField

    Declaration
    string XLgrField
    Field Value
    Type Description
    System.String

    XMunField

    Declaration
    string XMunField
    Field Value
    Type Description
    System.String

    XPaisField

    Declaration
    string XPaisField
    Field Value
    Type Description
    System.String

    Properties

    CEP

    CEP

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

    CMun

    Código IBGE do município

    Declaration
    public int CMun { get; set; }
    Property Value
    Type Description
    System.Int32

    CPais

    Código do país

    Declaration
    public int CPais { get; set; }
    Property Value
    Type Description
    System.Int32

    Fone

    Telefone com DDD + número

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

    Nro

    Número

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

    UF

    Sigla da UF

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

    XBairro

    Bairro

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

    XCpl

    Complemento

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

    XLgr

    Logradouro

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

    XMun

    Nome do município

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

    XPais

    Nome do país

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

    Methods

    ShouldSerializeCPais()

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

    ShouldSerializeFone()

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

    ShouldSerializeXCpl()

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

    ShouldSerializeXPais()

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