Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class DadosBeneficio

    Dados relativos ao benefício

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

    Properties

    Dsc

    Descrição do instrumento ou situação que originou o pagamento do benefício

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

    IndDecJud

    Informar se o benefício foi concedido por determinação judicial

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

    InfoPenMorte

    Informações relativas à pensão por morte

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

    TpBeneficio

    Tipo de benefício

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

    TpPlanRP

    Tipo de plano de segregação da massa

    Declaration
    public PlanoSegregacaoDaMassa TpPlanRP { get; set; }
    Property Value
    Type Description
    PlanoSegregacaoDaMassa

    Methods

    ShouldSerializeDsc()

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

    ShouldSerializeIndDecJud()

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