PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class CblBEChaveRepAnalitica

    Classe que contém a estrutura da entidade
    Chave de Repartição para Analítica
    .

    Inheritance
    System.Object
    CblBaseBE
    CblBEChaveRepAnalitica
    Implements
    CblBE100.ICblBEChaveRepAnalitica
    Inherited Members
    CblBaseBE.AbvtApl
    Namespace: CblBE100
    Assembly: CblBE100.dll
    Syntax
    [ComVisible(true)]
    [Guid("4A91F0EB-7CF9-4509-90B9-BE66D596BF58")]
    [ClassInterface(ClassInterfaceType.None)]
    public class CblBEChaveRepAnalitica : CblBaseBE, ICblBEChaveRepAnalitica

    Constructors

    CblBEChaveRepAnalitica()

    Declaration
    public CblBEChaveRepAnalitica()

    Properties

    Ano

    Exercício da chave de repartição.

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

    Calculo

    Valor usado para calcular as percentagens de repartição pelas diversas contas.

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

    CamposUtil

    Colecção com os campos de utilizador.

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

    ChvRep

    Identificador da Chave de Repartição para Analítica.

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

    DescCalculo

    Descrição do valor do cálculo.

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

    Descricao

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

    EmModoEdicao

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

    LinhasAnalitica

    Declaration
    public CblBELinhasRepAnalitica LinhasAnalitica { get; }
    Property Value
    Type Description
    CblBELinhasRepAnalitica

    Methods

    Finalize()

    Declaration
    protected override void Finalize()

    Implements

    CblBE100.ICblBEChaveRepAnalitica