Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class Beneficiario

    Grupo de informações do beneficiário

    Inheritance
    object
    Beneficiario
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unimake.Business.DFe.Xml.ESocial
    Assembly: Unimake.Business.DFe.dll
    Syntax
    public class Beneficiario

    Properties

    CpfBenef

    Informar o CPF do beneficiário

    Declaration
    [XmlElement("cpfBenef")]
    public string CpfBenef { get; set; }
    Property Value
    Type Description
    string

    Dependente

    Informações dos dependentes

    Declaration
    [XmlElement("dependente")]
    public List<Dependente2400> Dependente { get; set; }
    Property Value
    Type Description
    List<Dependente2400>

    DtIncFisMen

    Preencher com a data do reconhecimento da incapacidade

    Declaration
    [XmlIgnore]
    public DateTimeOffset DtIncFisMen { get; set; }
    Property Value
    Type Description
    DateTimeOffset

    DtIncFisMenField

    Declaration
    [XmlElement("dtIncFisMen")]
    public string DtIncFisMenField { get; set; }
    Property Value
    Type Description
    string

    DtInicio

    Preencher com a data de início do cadastro do beneficiário. Informar a data de início da obrigatoriedade dos eventos não periódicos para o ente público no eSocial caso o beneficiário possua cadastro anterior a essa data

    Declaration
    [XmlIgnore]
    public DateTimeOffset DtInicio { get; set; }
    Property Value
    Type Description
    DateTimeOffset

    DtInicioField

    Declaration
    [XmlElement("dtInicio")]
    public string DtInicioField { get; set; }
    Property Value
    Type Description
    string

    DtNascto

    Preencher com a data de nascimento

    Declaration
    [XmlIgnore]
    public DateTimeOffset DtNascto { get; set; }
    Property Value
    Type Description
    DateTimeOffset

    DtNasctoField

    Declaration
    [XmlElement("dtNascto")]
    public string DtNasctoField { get; set; }
    Property Value
    Type Description
    string

    Endereco

    Endereço do beneficiário

    Declaration
    [XmlElement("endereco")]
    public Endereco2400 Endereco { get; set; }
    Property Value
    Type Description
    Endereco2400

    EstCiv

    Estado civil do beneficiário

    Declaration
    [XmlElement("estCiv")]
    public EstadoCivil? EstCiv { get; set; }
    Property Value
    Type Description
    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
    [XmlElement("incFisMen")]
    public SimNaoLetra IncFisMen { get; set; }
    Property Value
    Type Description
    SimNaoLetra

    NmBenefic

    Informar o nome do beneficiário

    Declaration
    [XmlElement("nmBenefic")]
    public string NmBenefic { get; set; }
    Property Value
    Type Description
    string

    RacaCor

    Etnia e raça do beneficiário

    Declaration
    [XmlElement("racaCor")]
    public RacaCor RacaCor { get; set; }
    Property Value
    Type Description
    RacaCor

    Sexo

    Sexo do beneficiário

    Declaration
    [XmlElement("sexo")]
    public TipoSexo? Sexo { get; set; }
    Property Value
    Type Description
    TipoSexo?

    Methods

    ShouldSerializeDtIncFisMenField()

    Declaration
    public bool ShouldSerializeDtIncFisMenField()
    Returns
    Type Description
    bool

    ShouldSerializeEstCiv()

    Declaration
    public bool ShouldSerializeEstCiv()
    Returns
    Type Description
    bool

    ShouldSerializeSexo()

    Declaration
    public bool ShouldSerializeSexo()
    Returns
    Type Description
    bool