PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class CblBELocalizacaoRelatorio

    Classe que encapsula a definição de uma Localizacao do relatório.

    Inheritance
    System.Object
    CblBaseBE
    CblBELocalizacaoRelatorio
    Implements
    CblBE100.ICblBELocalizacaoRelatorio
    Inherited Members
    CblBaseBE.AbvtApl
    Namespace: CblBE100
    Assembly: CblBE100.dll
    Syntax
    [ComVisible(true)]
    [Guid("53B354AB-7647-4C5C-B10D-703FFB96B7B1")]
    [ClassInterface(ClassInterfaceType.None)]
    public class CblBELocalizacaoRelatorio : CblBaseBE, ICblBELocalizacaoRelatorio

    Constructors

    CblBELocalizacaoRelatorio()

    Declaration
    public CblBELocalizacaoRelatorio()

    Properties

    CamposUtil

    Colecção de campos de utilizador

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

    EmModoEdicao

    Indica se se trata de um novo registo ou de um já existente em edição.

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

    Localizacao

    Localizacao.

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

    Methods

    Finalize()

    Declaration
    protected override void Finalize()

    Implements

    CblBE100.ICblBELocalizacaoRelatorio