Class OrcBELinhaFormulaFluxo
Esta classe permite identificar objectos do tipo Linha de Formula Fluxo.
Inherited Members
Namespace: OrcBE100
Assembly: OrcBE100.dll
Syntax
[ComVisible(true)]
[Guid("F0AE102A-528E-4BE5-9443-DE06B14682B9")]
[ClassInterface(ClassInterfaceType.None)]
public class OrcBELinhaFormulaFluxo : OrcBaseBE
Constructors
OrcBELinhaFormulaFluxo()
Declaration
public OrcBELinhaFormulaFluxo()
Properties
Actividade
Actividade associado à formula.
Declaration
public string Actividade { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Calculo
Calculo a efectuar associado à formula.
Declaration
public int Calculo { 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 |
ClassEcon
Plano Económico associada à formula.
Declaration
public string ClassEcon { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ClassOrgan
Plano Orgânico associado à formula.
Declaration
public string ClassOrgan { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Conta
Conta associada à formula.
Declaration
public string Conta { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ContaOrc
Conta Orçamental associada à formula.
Declaration
public string ContaOrc { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EmModoEdicao
Permite definir se é uma nova entidade ou existente para atualização.
Declaration
public bool EmModoEdicao { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | EmModoEdicao = True: Já existe. EmModoEdicao = False: Nova. |
FonteFinanc
Fonte de Financiamento associada à formula.
Declaration
public string FonteFinanc { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MesFim
Mês Final associado à formula.
Declaration
public int MesFim { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
MesIni
Mês Inicial associado à formula.
Declaration
public int MesIni { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ordem
Ordem associada à formula.
Declaration
public int ordem { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ProgMedida
Programa/Medida associado à formula.
Declaration
public string ProgMedida { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TipoValor
Tipo de Valor associado à formula.
Declaration
public string TipoValor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Finalize()
Declaration
protected override void Finalize()