Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class LocalBase

    Classe para definir informações base de local

    Inheritance
    object
    LocalBase
    Entrega
    Retirada
    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.NFe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    public abstract class LocalBase

    Properties

    CEP

    CEP

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

    CMun

    Código IBGE do município

    Declaration
    [XmlIgnore]
    public int CMun { get; set; }
    Property Value
    Type Description
    int

    CMunField

    Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade CMun para atribuir ou resgatar o valor)

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

    CNPJ

    CNPJ

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

    CPF

    CPF

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

    CPais

    Código do país

    Declaration
    [XmlElement("cPais")]
    public int CPais { get; set; }
    Property Value
    Type Description
    int

    Email

    Informar o e-mail do expedidor/Recebedor

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

    Fone

    Telefone com Código DDD + número

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

    IE

    Inscrição Estadual

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

    Nro

    Número

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

    UF

    Sigla da UF

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

    XBairro

    Bairro

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

    XCpl

    Complemento

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

    XLgr

    Logradouro

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

    XMun

    Nome do município

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

    XNome

    Razão Social ou Nome do Expedidor/Recebedor

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

    XPais

    Nome do país

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

    Methods

    ShouldSerializeCEP()

    Declaration
    public bool ShouldSerializeCEP()
    Returns
    Type Description
    bool

    ShouldSerializeCNPJ()

    Declaration
    public bool ShouldSerializeCNPJ()
    Returns
    Type Description
    bool

    ShouldSerializeCPF()

    Declaration
    public bool ShouldSerializeCPF()
    Returns
    Type Description
    bool

    ShouldSerializeCPais()

    Declaration
    public bool ShouldSerializeCPais()
    Returns
    Type Description
    bool

    ShouldSerializeEmail()

    Declaration
    public bool ShouldSerializeEmail()
    Returns
    Type Description
    bool

    ShouldSerializeFone()

    Declaration
    public bool ShouldSerializeFone()
    Returns
    Type Description
    bool

    ShouldSerializeIE()

    Declaration
    public bool ShouldSerializeIE()
    Returns
    Type Description
    bool

    ShouldSerializeXCpl()

    Declaration
    public bool ShouldSerializeXCpl()
    Returns
    Type Description
    bool

    ShouldSerializeXNome()

    Declaration
    public bool ShouldSerializeXNome()
    Returns
    Type Description
    bool

    ShouldSerializeXPais()

    Declaration
    public bool ShouldSerializeXPais()
    Returns
    Type Description
    bool