Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class EnderEmit

    Inheritance
    object
    EnderEmit
    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.MDFe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    [XmlType(Namespace = "http://www.portalfiscal.inf.br/mdfe")]
    public class EnderEmit

    Properties

    CEP

    CEP

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

    CMun

    Código do Município

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

    Email

    Email

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

    Fone

    Telefone

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

    Nro

    Número

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

    UF

    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

    Methods

    ShouldSerializeCEP()

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

    Declaration
    public bool ShouldSerializeCEP()
    Returns
    Type Description
    bool

    ShouldSerializeEmail()

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

    Declaration
    public bool ShouldSerializeEmail()
    Returns
    Type Description
    bool

    ShouldSerializeFone()

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

    Declaration
    public bool ShouldSerializeFone()
    Returns
    Type Description
    bool

    ShouldSerializeXCpl()

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

    Declaration
    public bool ShouldSerializeXCpl()
    Returns
    Type Description
    bool