Class CblBEChaveRepCentro
Classe que contém a estrutura da entidade
Chave de Repartição de Centros de custo.
Implements
CblBE100.ICblBEChaveRepCentro
Inherited Members
Namespace: CblBE100
Assembly: CblBE100.dll
Syntax
[ComVisible(true)]
[Guid("12195972-63C2-49BC-BDCA-79CA89CED206")]
[ClassInterface(ClassInterfaceType.None)]
public class CblBEChaveRepCentro : CblBaseBE, ICblBEChaveRepCentro
Constructors
CblBEChaveRepCentro()
Declaration
public CblBEChaveRepCentro()
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
Identificador da Chave de Repartição para Centros de Custo.
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 |
LinhasCentros
Declaration
public CblBELinhasRepCentro LinhasCentros { get; }
Property Value
Type | Description |
---|---|
CblBELinhasRepCentro |
Methods
Finalize()
Declaration
protected override void Finalize()
Implements
CblBE100.ICblBEChaveRepCentro