Class CblBECiclosDistribuicaoCustos
Classe que permite o acesso à informação dos ciclos de distribuição de custos
Implements
Inherited Members
Namespace: CblBE100
Assembly: CblBE100.dll
Syntax
[ComVisible(true)]
[Guid("CD83F43C-9A2B-40E9-96AF-A9CD6246577D")]
[ClassInterface(ClassInterfaceType.None)]
public class CblBECiclosDistribuicaoCustos : CblBaseBE, ICblBECiclosDistribuicaoCustos
Constructors
CblBECiclosDistribuicaoCustos()
Declaration
public CblBECiclosDistribuicaoCustos()
Properties
Analitica
Identifica a Analitica
Declaration
public string Analitica { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CamposUtil
Colecção dos campos de utilizador.
Declaration
public StdBECampos CamposUtil { get; set; }
Property Value
Type | Description |
---|---|
StdBECampos |
Centro
Identifica o Centro
Declaration
public string Centro { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Ciclo
Identificador do Ciclo
Declaration
public string Ciclo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Conta
Identifica a Conta
Declaration
public string Conta { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ContaCompensacao
Identifica a Conta de Compensação
Declaration
public string ContaCompensacao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CriterioRateamento
Identifica o Critério de Rateamento
Declaration
public string CriterioRateamento { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Descricao
Descrição do Ciclo de Distribuição de Custos
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
Identificador do Exercicio
Declaration
public int Exercicio { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Funcao
Identifica a Funcao
Declaration
public string Funcao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
GrupoHierarquico
Identifica o Grupo Hierarquico
Declaration
public string GrupoHierarquico { get; set; }
Property Value
Type | Description |
---|---|
System.String |
GrupoHierqContas
Identifica o Grupo Hierárquico de Contas
Declaration
public string GrupoHierqContas { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Inactivo
Identifica se está Inactivo
Declaration
public bool Inactivo { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IntervaloContaInferior
Identifica o IntervaloContaInferior
Declaration
public string IntervaloContaInferior { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IntervaloContaSuperior
Identifica o IntervaloContaSuperior
Declaration
public string IntervaloContaSuperior { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LinhasCicloDistribuicaoCustos
LinhasCicloDistribuicaoCustos
Declaration
public CblBELinhasCicloDistribCustos LinhasCicloDistribuicaoCustos { get; }
Property Value
Type | Description |
---|---|
CblBELinhasCicloDistribCustos |
Natureza
Identifica a Natureza
Declaration
public string Natureza { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Projecto
Identifica a Projecto
Declaration
public string Projecto { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TipoLancamento
Identifica o TipoLancamento
Declaration
public string TipoLancamento { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TipoLancamento2
Identifica o TipoLancamento2
Declaration
public string TipoLancamento2 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TipoValor
Identifica o TipoValor
Declaration
public string TipoValor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
WBSItem
Identifica a WBSItem
Declaration
public string WBSItem { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Finalize()
Declaration
protected override void Finalize()