Class RhpBEOrcFormacaoUnidade
Classe que carecteriza a Orçamentação para Formação de um Unidade Organizacional
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBEOrcFormacaoUnidade
Inherited Members
Namespace: RhpBE100
Assembly: RhpBE100.dll
Syntax
[ComVisible(true)]
[Guid("38EB1289-E8FC-49A3-8B0F-6FEA74C2B5F8")]
[ClassInterface(ClassInterfaceType.None)]
public class RhpBEOrcFormacaoUnidade : RhpBaseBE, INotifyPropertyChanged, IRhpBEOrcFormacaoUnidade
Constructors
RhpBEOrcFormacaoUnidade()
Declaration
public RhpBEOrcFormacaoUnidade()
Properties
AnoOrcamento
Ano do Orçamento.
Declaration
public int AnoOrcamento { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
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 |
UnidadeOrganizacional
Unidade Organizacional a que corresponde o Orçamento.
Declaration
public string UnidadeOrganizacional { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Finalize()
Declaration
protected override void Finalize()
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBEOrcFormacaoUnidade