Class IdeTrabalhador
Identificação do trabalhador.
Inheritance
System.Object
IdeTrabalhador
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 IdeTrabalhador
Properties
CpfTrab
Preencher com o número do CPF do trabalhador. Validação: Deve ser um CPF válido
Declaration
public string CpfTrab { get; set; }
Property Value
Type | Description |
---|---|
System.String |
InfoComplem
Informações complementares de identificação do trabalhador
Declaration
public InfoComplem InfoComplem { get; set; }
Property Value
Type | Description |
---|---|
InfoComplem |
InfoInterm
Informações relativas ao trabalho intermitente
Declaration
public List<InfoInterm1200> InfoInterm { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<InfoInterm1200> |
InfoMV
Informação de múltiplos vínculos
Declaration
public InfoMV1200 InfoMV { get; set; }
Property Value
Type | Description |
---|---|
InfoMV1200 |
ProcJudTrab
Informações complementares de identificação do trabalhador
Declaration
public List<ProcJudTrab1200> ProcJudTrab { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ProcJudTrab1200> |