Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class EndExt

    Endereço do beneficiário residente ou domiciliado no exterior

    Inheritance
    object
    EndExt
    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.EFDReinf
    Assembly: Unimake.Business.DFe.dll
    Syntax
    public class EndExt

    Properties

    Bairro

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

    Cidade

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

    CodPostal

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

    Complem

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

    DscLograd

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

    Estado

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

    NrLograd

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

    Telef

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

    Methods

    ShouldSerializeBairro()

    Declaration
    public bool ShouldSerializeBairro()
    Returns
    Type Description
    bool

    ShouldSerializeCidade()

    Declaration
    public bool ShouldSerializeCidade()
    Returns
    Type Description
    bool

    ShouldSerializeCodPostal()

    Declaration
    public bool ShouldSerializeCodPostal()
    Returns
    Type Description
    bool

    ShouldSerializeComplem()

    Declaration
    public bool ShouldSerializeComplem()
    Returns
    Type Description
    bool

    ShouldSerializeDscLograd()

    Declaration
    public bool ShouldSerializeDscLograd()
    Returns
    Type Description
    bool

    ShouldSerializeEstado()

    Declaration
    public bool ShouldSerializeEstado()
    Returns
    Type Description
    bool

    ShouldSerializeNrLograd()

    Declaration
    public bool ShouldSerializeNrLograd()
    Returns
    Type Description
    bool

    ShouldSerializeTelef()

    Declaration
    public bool ShouldSerializeTelef()
    Returns
    Type Description
    bool