Class Dependente2205
Informações dos dependentes
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 Dependente2205
Properties
CpfDep
Número de inscrição no CPF
Declaration
public string CpfDep { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DepIRRF
Informar se é dependente do trabalhador para fins de dedução de seu rendimento tributável pelo Imposto de Renda
Declaration
public SimNaoLetra DepIRRF { get; set; }
Property Value
Type | Description |
---|---|
SimNaoLetra |
DepSF
Informar se é dependente para fins de recebimento do benefício de salário-família
Declaration
public SimNaoLetra DepSF { get; set; }
Property Value
Type | Description |
---|---|
SimNaoLetra |
DescrDep
Informar a descrição da dependência
Declaration
public string DescrDep { 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 |
IncTrab
Informar se o dependente tem incapacidade física ou mental para o trabalho
Declaration
public SimNaoLetra? IncTrab { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<SimNaoLetra> |
NmDep
Nome do dependente
Declaration
public string NmDep { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SexoDep
Sexo do dependente
Declaration
public TipoSexo? SexoDep { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<TipoSexo> |
TpDep
Tipo de dependente
Declaration
public TiposDeDependente? TpDep { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<TiposDeDependente> |
Methods
ShouldSerializeCpfDep()
Declaration
public bool ShouldSerializeCpfDep()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeIncTrab()
Declaration
public bool ShouldSerializeIncTrab()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeSexoDep()
Declaration
public bool ShouldSerializeSexoDep()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeTpDep()
Declaration
public bool ShouldSerializeTpDep()
Returns
Type | Description |
---|---|
System.Boolean |
ShoulSerializeDescrDep()
Declaration
public bool ShoulSerializeDescrDep()
Returns
Type | Description |
---|---|
System.Boolean |