Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class EnderNac

    Inheritance
    object
    EnderNac
    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 EnderNac

    Properties

    CEP

    CEP.

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

    CMun

    Código do município (IBGE).

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

    Nro

    Número.

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

    UF

    Sigla da UF.

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

    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

    Methods

    ShouldSerializeXCpl()

    Declaration
    public bool ShouldSerializeXCpl()
    Returns
    Type Description
    bool