Class CblBELinhaIndEstFuncao
Classe que permite o acesso à informação de Linhas do Índice Estatístico - Função.
Implements
CblBE100.ICblBELinhaIndEstFuncao
Inherited Members
Namespace: CblBE100
Assembly: CblBE100.dll
Syntax
[ComVisible(true)]
[Guid("C5863563-793E-4F82-B618-46C7DD1B567E")]
[ClassInterface(ClassInterfaceType.None)]
public class CblBELinhaIndEstFuncao : CblBaseBE, ICblBELinhaIndEstFuncao
Constructors
CblBELinhaIndEstFuncao()
Declaration
public CblBELinhaIndEstFuncao()
Properties
CamposUtil
Colecção de campos de utilizador
Declaration
public StdBECampos CamposUtil { get; set; }
Property Value
Type | Description |
---|---|
StdBECampos |
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 |
Funcao
Função.
Declaration
public string Funcao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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.ICblBELinhaIndEstFuncao