Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class DadosBenef

    Dados do beneficiário.

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

    Properties

    Dependente

    Informações dos dependentes

    Declaration
    public List<Dependente2405> Dependente { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<Dependente2405>

    Endereco

    Endereço do beneficiário

    Declaration
    public Endereco2405 Endereco { get; set; }
    Property Value
    Type Description
    Endereco2405

    EstadoCivil

    Estado civil do beneficiário.

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

    IncFisMen

    Informar se o beneficiário é pessoa com doença incapacitante que isenta da contribuição previdenciária, total ou parcialmente, reconhecida administrativa ou judicialmente, na forma da lei.

    Declaration
    public SimNaoLetra IncFisMen { get; set; }
    Property Value
    Type Description
    SimNaoLetra

    NmBenefic

    Informar o nome do beneficiário.

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

    RacaCor

    Etnia e raça do beneficiário, conforme sua autoclassificação(art. 39, § 8º, da Lei 12.288/2010).

    Declaration
    public RacaCor RacaCor { get; set; }
    Property Value
    Type Description
    RacaCor

    Sexo

    Sexo do beneficiário.

    Declaration
    public TipoSexo Sexo { get; set; }
    Property Value
    Type Description
    TipoSexo

    Methods

    ShouldSerializeEstadoCivil()

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