Class LocalAcidente
Local do acidente
Inheritance
System.Object
LocalAcidente
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 LocalAcidente
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 |
CodPostal
Código de Endereçamento Postal.
Declaration
public string CodPostal { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Complemento
Complemento do logradouro
Declaration
public string Complemento { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DscLocal
Especificação do local do acidente (pátio, rampa de acesso, posto de trabalho, etc.)
Declaration
public string DscLocal { 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 |
IdeLocalAcid
Identificação do local onde ocorreu o acidente ou do estabelecimento ao qual o trabalhador avulso está vinculado
Declaration
public IdeLocalAcid IdeLocalAcid { get; set; }
Property Value
Type | Description |
---|---|
IdeLocalAcid |
NrLograd
Número do logradouro
Declaration
public string NrLograd { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Pais
Preencher com o código do país.
Declaration
public string Pais { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TpLocal
Tipo de local do acidente
Declaration
public TipoLocalAcidente TpLocal { get; set; }
Property Value
Type | Description |
---|---|
TipoLocalAcidente |
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 UFBrasil? Uf { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<UFBrasil> |
Methods
ShouldSerializeBairro()
Declaration
public bool ShouldSerializeBairro()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeCep()
Declaration
public bool ShouldSerializeCep()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeCodMunic()
Declaration
public bool ShouldSerializeCodMunic()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeCodPostal()
Declaration
public bool ShouldSerializeCodPostal()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeComplemento()
Declaration
public bool ShouldSerializeComplemento()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeDscLocal()
Declaration
public bool ShouldSerializeDscLocal()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializePais()
Declaration
public bool ShouldSerializePais()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeTpLograd()
Declaration
public bool ShouldSerializeTpLograd()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeUf()
Declaration
public bool ShouldSerializeUf()
Returns
Type | Description |
---|---|
System.Boolean |