Class EvtContProc
Evento Informações de Tributos Decorrentes de Processo Trabalhista
Inheritance
System.Object
EvtContProc
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 EvtContProc
Properties
ID
ID
Declaration
public string ID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IdeEmpregador
Informações de identificação do empregador ou do contribuinte que está prestando a informação
Declaration
public IdeEmpregador IdeEmpregador { get; set; }
Property Value
Type | Description |
---|---|
IdeEmpregador |
IdeEvento
Informações de identificação do evento
Declaration
public IdeEvento2501 IdeEvento { get; set; }
Property Value
Type | Description |
---|---|
IdeEvento2501 |
IdeProc
Identificação do processo
Declaration
public IdeProc IdeProc { get; set; }
Property Value
Type | Description |
---|---|
IdeProc |
IdeTrab
Identificação do trabalhador
Declaration
public List<IdeTrab2501> IdeTrab { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<IdeTrab2501> |