Class RhpBEAnaliticaEnt
Classe que indica uma repartição para uma determinada conta da analítica na chave de repartição fixa de um funcionário. Quando Repartição fixa.
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBEAnaliticaEnt
Inherited Members
Namespace: RhpBE100
Assembly: RhpBE100.dll
Syntax
[ComVisible(true)]
[Guid("46E63022-2414-47CC-87C0-2D3724515BE4")]
[ClassInterface(ClassInterfaceType.None)]
public class RhpBEAnaliticaEnt : RhpBaseBE, INotifyPropertyChanged, IRhpBEAnaliticaEnt
Constructors
RhpBEAnaliticaEnt()
Declaration
public RhpBEAnaliticaEnt()
Properties
Analitica
Identificador da conta da analítica.
Declaration
public string Analitica { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Ano
Ano a que se refere a afectação.
Declaration
public int Ano { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
AnoFiscal
Ano de calendário ao qual se refere a afectação.
Declaration
public int AnoFiscal { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Debito
Declaration
public bool Debito { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
EmModoEdicao
Indica se se trata de um novo registo ou de um já existente em edição. EmModoEdicao = True já existente, EmModoEdicao = False Novo.
Declaration
public bool EmModoEdicao { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Entidade
Identificador do Funcionário.
Declaration
public string Entidade { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Exercicio
Identificador do Exercício Económico.
Declaration
public int Exercicio { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Fixa
Indicação do tipo de Repartição (0 - Variável / 1 - Fixa).
Declaration
public bool Fixa { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Linha
Linha a que se refere a ordenação.
Declaration
public int Linha { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
MesCBL
Mês contabilístico ao qual se refere a afectação.
Declaration
public int MesCBL { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
MesFiscal
Mês de calendário ao qual se refere a afectação.
Declaration
public int MesFiscal { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Percentagem
Declaration
public double Percentagem { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Principal
Indicação da classe Principal (0 - Não / 1 - Sim).
Declaration
public bool Principal { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Finalize()
Declaration
protected override void Finalize()
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBEAnaliticaEnt