Class IdeVinculo
Informações de identificação do trabalhador e do vínculo.
Inheritance
System.Object
IdeVinculo
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 IdeVinculo
Properties
CpfTrab
Preencher com o número do CPF do trabalhador.
Declaration
public string CpfTrab { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Matricula
Matrícula atribuída ao trabalhador pela empresa ou, no caso de servidor público, a matrícula constante no Sistema de Administração de Recursos Humanos do órgão.
Declaration
public string Matricula { get; set; }
Property Value
Type | Description |
---|---|
System.String |