Class DadosBenef
Dados do beneficiário.
Inheritance
System.Object
DadosBenef
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 DadosBenef
Properties
Dependente
Informações dos dependentes.
Declaration
public List<DependenteESocial2405> Dependente { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<DependenteESocial2405> |
Endereco
Grupo de informações do endereço do beneficiário
Declaration
public Endereco Endereco { get; set; }
Property Value
Type | Description |
---|---|
Endereco |
EstadoCivil
Estado civil do beneficiário.
Declaration
public EstadoCivil? EstadoCivil { 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, conforme sua autoclassificação(art. 39, § 8º, da Lei 12.288/2010).
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 |
---|---|
TipoSexo |
Methods
ShouldSerializeEstadoCivil()
Declaration
public bool ShouldSerializeEstadoCivil()
Returns
Type | Description |
---|---|
System.Boolean |