Class LocalTempDom
Grupo preenchido exclusivamente em caso de trabalhador doméstico e trabalhador temporário, indicando o endereço onde o trabalhador exerce suas atividades.
Inheritance
System.Object
LocalTempDom
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 LocalTempDom
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. Validação: Deve ser preenchido apenas com números, com 8 (oito) posições.
Declaration
public string Cep { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CodMunicipio
Preencher com o código do município, conforme tabela do IBGE. Validação: Deve ser um código válido e existente na tabela do IBGE.
Declaration
public string CodMunicipio { 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. Se não houver número a ser informado, preencher com "S/N".
Declaration
public string NrLograd { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TpLograd
Tipo de logradouro. Validação: Se informado, deve ser um código válido e existente na Tabela 20.
Declaration
public string TpLograd { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Uf
Declaration
public UFBrasil Uf { get; set; }
Property Value
Type | Description |
---|---|
UFBrasil |
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 |