Class CblBELinhaIndEstCCusto
Classe que permite o acesso à informação de Linhas do Índice Estatístico - Centro de Custo.
Implements
CblBE100.ICblBELinhaIndEstCCusto
Inherited Members
Namespace: CblBE100
Assembly: CblBE100.dll
Syntax
[ComVisible(true)]
[Guid("724AF1E6-B2BC-413A-BB01-6425979FA4D1")]
[ClassInterface(ClassInterfaceType.None)]
public class CblBELinhaIndEstCCusto : CblBaseBE, ICblBELinhaIndEstCCusto
Constructors
CblBELinhaIndEstCCusto()
Declaration
public CblBELinhaIndEstCCusto()
Properties
CamposUtil
Colecção de campos de utilizador
Declaration
public StdBECampos CamposUtil { get; set; }
Property Value
Type | Description |
---|---|
StdBECampos |
CentroCusto
Centro de Custo.
Declaration
public string CentroCusto { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Descricao
Descricao.
Declaration
public string Descricao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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 |
Exercicio
Exercicio.
Declaration
public int Exercicio { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Periodo
Periodo.
Declaration
public int Periodo { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Valor
Valor.
Declaration
public double Valor { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
Finalize()
Declaration
protected override void Finalize()
Implements
CblBE100.ICblBELinhaIndEstCCusto