Class CblBEChaveExclusaoBalancete
Classe que contém a estrutura da entidade Chave de Exclusão de Balancetes.
Implements
CblBE100.ICblBEChaveExclusaoBalancete
  Inherited Members
Namespace: CblBE100
Assembly: CblBE100.dll
Syntax
[ComVisible(true)]
[Guid("75B6D048-0D08-461E-965C-4A589B6A580B")]
[ClassInterface(ClassInterfaceType.None)]
public class CblBEChaveExclusaoBalancete : CblBaseBE, ICblBEChaveExclusaoBalancete
  Constructors
CblBEChaveExclusaoBalancete()
Declaration
public CblBEChaveExclusaoBalancete()
  Properties
CamposUtil
Colecção com os campos de utilizador.
Declaration
public StdBECampos CamposUtil { get; set; }
  Property Value
| Type | Description | 
|---|---|
| StdBECampos | 
ChaveExclusao
Identificador da Chave de Exclusão.
Declaration
public string ChaveExclusao { 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 | 
LinhasChavesExclusao
Declaration
public CblBELinhasChavesExclusao LinhasChavesExclusao { get; }
  Property Value
| Type | Description | 
|---|---|
| CblBELinhasChavesExclusao | 
Methods
Finalize()
Declaration
protected override void Finalize()
  Implements
      CblBE100.ICblBEChaveExclusaoBalancete