Class RhpBEOrcamentoFormacao
Classe que encapsula o Orçamento para a Formação.
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBEOrcamentoFormacao
Inherited Members
Namespace: RhpBE100
Assembly: RhpBE100.dll
Syntax
[ComVisible(true)]
[Guid("D11E3DF0-342E-4344-8200-D908CBBAF418")]
[ClassInterface(ClassInterfaceType.None)]
public class RhpBEOrcamentoFormacao : RhpBaseBE, INotifyPropertyChanged, IRhpBEOrcamentoFormacao
Constructors
RhpBEOrcamentoFormacao()
Declaration
public RhpBEOrcamentoFormacao()
Properties
AnoOrcamento
Ano do Orçamento.
Declaration
public int AnoOrcamento { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ContabilizaCargaHoraria
Indica se o orçamento tem em conta a carga horária.
Declaration
public bool ContabilizaCargaHoraria { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
EmModoEdicao
Indica se se trata de uma novo Orçamento a adicionar ou de um já existente em edição. EmModoEdicao = True já existente, EmModoEdicao = False Nova
Declaration
public bool EmModoEdicao { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Saldado
Indica se o Orçamento está saldado.
Declaration
public bool Saldado { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SaldoAnoAnterior
Saldo do ano anterior.
Declaration
public double SaldoAnoAnterior { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
TotalAlocado
Total alocado.
Declaration
public double TotalAlocado { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
TotalAnoCorrente
Total alocado ao ano corrente.
Declaration
public double TotalAnoCorrente { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
TotalDisponivel
Total disponível
Declaration
public double TotalDisponivel { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
TotalPorAlocar
Total por alocar.
Declaration
public double TotalPorAlocar { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Unidades
Colecção contendo todos as Unidades orçamentadas.
Declaration
public RhpBEOrcsFormacaoUnidade Unidades { get; }
Property Value
Type | Description |
---|---|
RhpBEOrcsFormacaoUnidade |
Methods
Finalize()
Declaration
protected override void Finalize()
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBEOrcamentoFormacao