Class Trabalhador2200
Informações pessoais do trabalhador
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 Trabalhador2200
Properties
Contato
Informações de contato
Declaration
public Contato Contato { get; set; }
Property Value
Type | Description |
---|---|
Contato |
CpfTrab
Preencher com o número do CPF do trabalhador
Declaration
public string CpfTrab { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Dependente
Informações dos dependentes
Declaration
public List<Dependente2200> Dependente { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Dependente2200> |
Endereco
Endereço do trabalhador
Declaration
public Endereco2200 Endereco { get; set; }
Property Value
Type | Description |
---|---|
Endereco2200 |
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 InfoDeficiencia2200 InfoDeficiencia { get; set; }
Property Value
Type | Description |
---|---|
InfoDeficiencia2200 |
Nascimento
Grupo de informações do nascimento do trabalhador
Declaration
public Nascimento Nascimento { get; set; }
Property Value
Type | Description |
---|---|
Nascimento |
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 |
RacaCor
Etnia e raça do trabalhador, conforme sua autoclassificação
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 TrabImig2200 TrabImig { get; set; }
Property Value
Type | Description |
---|---|
TrabImig2200 |
Methods
ShouldSerializeInfoMesmoMtvEstCiv()
Declaration
public bool ShouldSerializeInfoMesmoMtvEstCiv()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeNmSoc()
Declaration
public bool ShouldSerializeNmSoc()
Returns
Type | Description |
---|---|
System.Boolean |