Class IdeTrab
Informações do trabalhador
Inheritance
System.Object
IdeTrab
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 IdeTrab
Properties
CpfTrab
Preencher com o número do CPF do trabalhador
Declaration
public string CpfTrab { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DtNascto
Preencher com a data de nascimento
Declaration
public DateTimeOffset DtNascto { get; set; }
Property Value
Type | Description |
---|---|
System.DateTimeOffset |
DtNasctoField
Declaration
public string DtNasctoField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
InfoContr
Informações do contrato de trabalho
Declaration
public List<InfoContr> InfoContr { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<InfoContr> |
NmTrab
Informar o nome do trabalhador
Declaration
public string NmTrab { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ShouldSerializeDtNasctoField()
Declaration
public bool ShouldSerializeDtNasctoField()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeNmTrab()
Declaration
public bool ShouldSerializeNmTrab()
Returns
Type | Description |
---|---|
System.Boolean |