Class CblBECnfTabLigCBL
Classe que contém todas as propriedades relativas à configuração de tabelas na ligação à Contabilidade
Implements
CblBE100.ICblBECnfTabLigCBL
Inherited Members
Namespace: CblBE100
Assembly: CblBE100.dll
Syntax
[ComVisible(true)]
[Guid("8190CF8E-4053-445C-B2A9-A5AA1A8FD30D")]
[ClassInterface(ClassInterfaceType.None)]
public class CblBECnfTabLigCBL : CblBaseBE, ICblBECnfTabLigCBL
Constructors
CblBECnfTabLigCBL()
Declaration
public CblBECnfTabLigCBL()
Properties
CamposUtil
Colecção dos 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 |
Plano
Plano
Declaration
public string Plano { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PlanoExercicios
Linhas
Declaration
public CblBECnfTabExerciciosLigCBL PlanoExercicios { get; set; }
Property Value
Type | Description |
---|---|
CblBECnfTabExerciciosLigCBL |
Tabela
Tabela
Declaration
public int Tabela { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
Finalize()
Declaration
protected override void Finalize()
Implements
CblBE100.ICblBECnfTabLigCBL