Class Brasil
Endereço no Brasil
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.ESocial
Assembly: Unimake.Business.DFe.dll
Syntax
public class Brasil
Properties
Bairro
Nome do bairro/distrito
Declaration
public string Bairro { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Cep
Código de Endereçamento Postal - CEP.
Declaration
public string Cep { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CodMunic
Preencher com o código do município, conforme tabela do IBGE
Declaration
public string CodMunic { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Complemento
Complemento do logradouro
Declaration
public string Complemento { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DscLograd
Descrição do logradouro
Declaration
public string DscLograd { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NrLograd
Número do logradouro
Declaration
public string NrLograd { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TpLograd
Tipo de logradouro
Declaration
public string TpLograd { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Uf
Preencher com a sigla da Unidade da Federação - UF
Declaration
public string Uf { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ShouldSerializeBairro()
Declaration
public bool ShouldSerializeBairro()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeComplemento()
Declaration
public bool ShouldSerializeComplemento()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeTpLograd()
Declaration
public bool ShouldSerializeTpLograd()
Returns
Type | Description |
---|---|
System.Boolean |