Class DadosTrabalhador
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()
Assembly: Unimake.Business.DFe.dll
Syntax
public class DadosTrabalhador
Properties
Contato
Declaration
public ContatoESocial2205 Contato { get; set; }
Property Value
Dependente
Declaration
public List<Dependente> Dependente { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<Dependente> |
|
Endereco
Declaration
public Endereco Endereco { get; set; }
Property Value
EstCiv
Declaration
public EstadoCivil? EstCiv { get; set; }
Property Value
GrauInstr
Declaration
public GrauDeInstrucao GrauInstr { get; set; }
Property Value
InfoDeficiencia
Declaration
public InfoDeficiencia InfoDeficiencia { get; set; }
Property Value
NmSoc
Declaration
public string NmSoc { get; set; }
Property Value
Type |
Description |
System.String |
|
NmTrab
Declaration
public string NmTrab { get; set; }
Property Value
Type |
Description |
System.String |
|
PaisNac
Declaration
public string PaisNac { get; set; }
Property Value
Type |
Description |
System.String |
|
RacaCor
Declaration
public RacaCor RacaCor { get; set; }
Property Value
Sexo
Declaration
public TipoSexo Sexo { get; set; }
Property Value
TrabImig
Declaration
public TrabImig TrabImig { get; set; }
Property Value
Methods
ShouldSerializeEstCiv()
Declaration
public bool ShouldSerializeEstCiv()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeNmSoc()
Declaration
public bool ShouldSerializeNmSoc()
Returns
Type |
Description |
System.Boolean |
|