Class Nascimento
Grupo de informações do nascimento do trabalhador
Inheritance
System.Object
Nascimento
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 Nascimento
Properties
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 |
PaisNac
Preencher com o código do país de nacionalidade do trabalhador
Declaration
public string PaisNac { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PaisNascto
Preencher com o código do país de nascimento do trabalhador
Declaration
public string PaisNascto { get; set; }
Property Value
Type | Description |
---|---|
System.String |