Class EvtAdmissao
Inheritance
System.Object
EvtAdmissao
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 EvtAdmissao
Properties
ID
Declaration
public string ID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IdeEmpregador
Declaration
public IdeEmpregador IdeEmpregador { get; set; }
Property Value
Type | Description |
---|---|
IdeEmpregador |
IdeEvento
Declaration
public IdeEventoESocial2205 IdeEvento { get; set; }
Property Value
Type | Description |
---|---|
IdeEventoESocial2205 |
Trabalhador
Declaration
public Trabalhador Trabalhador { get; set; }
Property Value
Type | Description |
---|---|
Trabalhador |
Vinculo
Declaration
public VinculoESocial2200 Vinculo { get; set; }
Property Value
Type | Description |
---|---|
VinculoESocial2200 |