Class DadosTrabalhador
Informações pessoais do trabalhador.
Inheritance
System.Object
DadosTrabalhador
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 DadosTrabalhador
Properties
Contato
Informações de contato
Declaration
public Contato2205 Contato { get; set; }
Property Value
Type | Description |
---|---|
Contato2205 |
Dependente
Informações dos dependentes
Declaration
public List<Dependente2205> Dependente { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Dependente2205> |
Endereco
Endereço do trabalhador
Declaration
public Endereco2205 Endereco { get; set; }
Property Value
Type | Description |
---|---|
Endereco2205 |
EstCiv
Estado civil do trabalhador
Declaration
public EstadoCivil? EstCiv { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<EstadoCivil> |
GrauInstr
Grau de instrução do trabalhador
Declaration
public GrauDeInstrucao GrauInstr { get; set; }
Property Value
Type | Description |
---|---|
GrauDeInstrucao |
InfoDeficiencia
Pessoa com deficiência
Declaration
public InfoDeficiencia2205 InfoDeficiencia { get; set; }
Property Value
Type | Description |
---|---|
InfoDeficiencia2205 |
NmSoc
Nome social para travesti ou transexual
Declaration
public string NmSoc { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NmTrab
Informar o nome do trabalhador
Declaration
public string NmTrab { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PaisNac
Preencher com o código do país de nacionalidade do trabalhador
Declaration
public string PaisNac { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RacaCor
Etnia e raça do trabalhador
Declaration
public RacaCor RacaCor { get; set; }
Property Value
Type | Description |
---|---|
RacaCor |
Sexo
Sexo do trabalhador
Declaration
public TipoSexo Sexo { get; set; }
Property Value
Type | Description |
---|---|
TipoSexo |
TrabImig
Informações do trabalhador imigrante
Declaration
public TrabImig2205 TrabImig { get; set; }
Property Value
Type | Description |
---|---|
TrabImig2205 |
Methods
ShouldSerializeEstCiv()
Declaration
public bool ShouldSerializeEstCiv()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeNmSoc()
Declaration
public bool ShouldSerializeNmSoc()
Returns
Type | Description |
---|---|
System.Boolean |