Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class InfoDep2501

    Informações de dependentes não cadastrados pelo S-2200/S-2205/S-2300

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

    Properties

    CpfDep

    Número de inscrição no CPF

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

    DepIRRF

    Somente informar este campo em caso de dependente do trabalhador para fins de dedução de seu rendimento tributável pelo Imposto de Renda

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

    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

    Nome

    Nome do dependente

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

    TpDep

    Tipo de dependente

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

    TpDepAux

    Declaration
    public TiposDeDependente TpDepAux { get; set; }
    Property Value
    Type Description
    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

    ShouldSerializeTpDepAux()

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