PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class ImoBEBeneficio

    Classe que encapsula a definição de um Benefício.

    Inheritance
    System.Object
    EapBaseBE
    ImoBEBeneficio
    Inherited Members
    EapBaseBE.AbvtApl
    Namespace: EapBE100
    Assembly: EapBE100.dll
    Syntax
    [ComVisible(true)]
    [Guid("5EFB9E67-EFBD-427D-9AE8-85B353C8C390")]
    [ClassInterface(ClassInterfaceType.None)]
    public class ImoBEBeneficio : EapBaseBE

    Constructors

    ImoBEBeneficio()

    Declaration
    public ImoBEBeneficio()

    Properties

    Beneficio

    Identificador do Benefício.

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

    CamposUtil

    Colecção dos campos do utilizador.

    Declaration
    public StdBECampos CamposUtil { get; set; }
    Property Value
    Type Description
    StdBECampos

    Descricao

    Descrição do Benefício.

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

    EmModoEdicao

    Identificador do tipo de operação: TRUE - Edição | FALSE - Inserção.

    Declaration
    public bool EmModoEdicao { get; set; }
    Property Value
    Type Description
    System.Boolean

    Monetario

    Valor monetário atribuído ao Benefício.

    Declaration
    public double Monetario { get; set; }
    Property Value
    Type Description
    System.Double

    Percentagem

    Valor percentual atribuído ao Benefício.

    Declaration
    public float Percentagem { get; set; }
    Property Value
    Type Description
    System.Single

    Permanencia

    Define o tempo de permanência (em n.º de meses).

    Declaration
    public int Permanencia { get; set; }
    Property Value
    Type Description
    System.Int32

    Tipo

    Identifica o tipo de Benefício: 0 - Monetário | 1 - Percentagem.

    Declaration
    public bool Tipo { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    Finalize()

    Declaration
    protected override void Finalize()