Class DependenteESocial2405
Inheritance
System.Object
DependenteESocial2405
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 DependenteESocial2405
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 beneficiário 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 |
DescrDep
Informar a descrição da dependência. Validação: Informação obrigatória e exclusiva se tpDep = [99].
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
Preencher com a data de nascimento.
Declaration
public string DtNasctoField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IncFisMen
Informar se o dependente é pessoa com doença incapacitante, na forma da lei
Declaration
public SimNaoLetra IncFisMen { get; set; }
Property Value
Type | Description |
---|---|
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. Validação: Preenchimento obrigatório se depIRRF = [S]. Deve ser um código válido e existente na Tabela 07.
Declaration
public TiposDeDependente? TpDep { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<TiposDeDependente> |
Methods
ShouldSerializeCpfDep()
Declaration
public bool ShouldSerializeCpfDep()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeDescrDep()
Declaration
public bool ShouldSerializeDescrDep()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeTpDep()
Declaration
public bool ShouldSerializeTpDep()
Returns
Type | Description |
---|---|
System.Boolean |