Class Beneficiario
Grupo de informações do beneficiário
Inheritance
System.Object
Beneficiario
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 Beneficiario
Properties
CpfBenef
Informar o CPF do beneficiário
Declaration
public string CpfBenef { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Dependente
Informações dos dependentes
Declaration
public List<Dependente2400> Dependente { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Dependente2400> |
DtIncFisMen
Preencher com a data do reconhecimento da incapacidade
Declaration
public DateTimeOffset DtIncFisMen { get; set; }
Property Value
Type | Description |
---|---|
System.DateTimeOffset |
DtIncFisMenField
Declaration
public string DtIncFisMenField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DtInicio
Preencher com a data de início do cadastro do beneficiário. Informar a data de início da obrigatoriedade dos eventos não periódicos para o ente público no eSocial caso o beneficiário possua cadastro anterior a essa data
Declaration
public DateTimeOffset DtInicio { get; set; }
Property Value
Type | Description |
---|---|
System.DateTimeOffset |
DtInicioField
Declaration
public string DtInicioField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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 |
Endereco
Endereço do beneficiário
Declaration
public Endereco2400 Endereco { get; set; }
Property Value
Type | Description |
---|---|
Endereco2400 |
EstCiv
Estado civil do beneficiário
Declaration
public EstadoCivil? EstCiv { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<EstadoCivil> |
IncFisMen
Informar se o beneficiário é pessoa com doença incapacitante que isenta da contribuição previdenciária, total ou parcialmente, reconhecida administrativa ou judicialmente, na forma da lei.
Declaration
public SimNaoLetra IncFisMen { get; set; }
Property Value
Type | Description |
---|---|
SimNaoLetra |
NmBenefic
Informar o nome do beneficiário
Declaration
public string NmBenefic { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RacaCor
Etnia e raça do beneficiário
Declaration
public RacaCor RacaCor { get; set; }
Property Value
Type | Description |
---|---|
RacaCor |
Sexo
Sexo do beneficiário
Declaration
public TipoSexo? Sexo { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<TipoSexo> |
Methods
ShouldSerializeDtIncFisMenField()
Declaration
public bool ShouldSerializeDtIncFisMenField()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeEstCiv()
Declaration
public bool ShouldSerializeEstCiv()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeSexo()
Declaration
public bool ShouldSerializeSexo()
Returns
Type | Description |
---|---|
System.Boolean |