Class Dependente2400
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 Dependente2400
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
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 |
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
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 |
ShouldSerializeSexoDep()
Declaration
public bool ShouldSerializeSexoDep()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeTpDep()
Declaration
public bool ShouldSerializeTpDep()
Returns
Type | Description |
---|---|
System.Boolean |