Class CblBEChaveRepFuncao
Classe que contém a estrutura da entidade
Chave de Repartição de Funções.
Implements
CblBE100.ICblBEChaveRepFuncao
Inherited Members
Namespace: CblBE100
Assembly: CblBE100.dll
Syntax
[ComVisible(true)]
[Guid("A08F33CC-243F-40CD-A73C-21CF054C6756")]
[ClassInterface(ClassInterfaceType.None)]
public class CblBEChaveRepFuncao : CblBaseBE, ICblBEChaveRepFuncao
Constructors
CblBEChaveRepFuncao()
Declaration
public CblBEChaveRepFuncao()
Properties
Ano
Exercício da chave de repartição.
Declaration
public int Ano { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CamposUtil
Colecção com os campos de utilizador.
Declaration
public StdBECampos CamposUtil { get; set; }
Property Value
Type | Description |
---|---|
StdBECampos |
ChvRep
Devolve a chave de Repartição por Função
Declaration
public string ChvRep { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Descricao
Descrição da chave de repartição.
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 |
LinhasFuncoes
Declaration
public CblBELinhasRepFuncao LinhasFuncoes { get; }
Property Value
Type | Description |
---|---|
CblBELinhasRepFuncao |
Methods
Finalize()
Declaration
protected override void Finalize()
Implements
CblBE100.ICblBEChaveRepFuncao