Class IdeProcTrab
Identificação do processo, do trabalhador e do período aque se refere o evento que será excluído.
Inheritance
System.Object
IdeProcTrab
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 IdeProcTrab
Properties
CpfTrab
Preencher com o número do CPF do trabalhador. Validação: Preenchimento obrigatório e exclusivo se tpEvento = [S - 2500].Deve ser o mesmo CPF informadono evento S-2500 objeto da exclusão.
Declaration
public string CpfTrab { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NrProcTrab
Número do processo trabalhista, da ata ou número deidentificação da conciliação. Validação: Deve ser o mesmo número do processoinformado no evento objeto da exclusão.
Declaration
public string NrProcTrab { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PerApurPgto
Declaration
public DateTimeOffset PerApurPgto { get; set; }
Property Value
Type | Description |
---|---|
System.DateTimeOffset |
PerApurPgtoField
Mês/ano em que é devida a obrigação de pagar a parcelaprevista no acordo/sentença. Validação: Preenchimento obrigatório e exclusivo se tpEvento = [S - 2501].Deve ser o mesmo períodoinformado no evento S-2501 objeto da exclusão.
Declaration
public string PerApurPgtoField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ShouldSerializeCpfTrab()
Declaration
public bool ShouldSerializeCpfTrab()
Returns
Type | Description |
---|---|
System.Boolean |