Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class IdeDep5002

    Identificação dos dependentes

    Inheritance
    System.Object
    IdeDep5002
    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 IdeDep5002

    Properties

    CpfDep

    CPF do dependente

    Declaration
    public string CpfDep { get; set; }
    Property Value
    Type Description
    System.String

    DepIRRF

    Este campo somente é informado em caso de 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
    System.Nullable<SimNaoLetra>

    DescrDep

    Informar a descrição da dependência

    Declaration
    public string DescrDep { get; set; }
    Property Value
    Type Description
    System.String

    DtNascto

    Data de nascimento do dependente

    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

    Nome

    Nome do dependente

    Declaration
    public string Nome { get; set; }
    Property Value
    Type Description
    System.String

    TpDep

    Relação de dependência

    Declaration
    public TiposDeDependente? TpDep { get; set; }
    Property Value
    Type Description
    System.Nullable<TiposDeDependente>

    Methods

    ShouldSerializeDepIRRF()

    Declaration
    public bool ShouldSerializeDepIRRF()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeDescrDep()

    Declaration
    public bool ShouldSerializeDescrDep()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeDtNasctoField()

    Declaration
    public bool ShouldSerializeDtNasctoField()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeNome()

    Declaration
    public bool ShouldSerializeNome()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeTpDep()

    Declaration
    public bool ShouldSerializeTpDep()
    Returns
    Type Description
    System.Boolean