Class RhpBEMatrizReparticaoFunc
Classe que indica uma matriz de repartição para um determinado plano .
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBEMatrizReparticaoFunc
Inherited Members
Namespace: RhpBE100
Assembly: RhpBE100.dll
Syntax
[ComVisible(true)]
[Guid("A0C8710B-92AC-48B6-BABB-6391A5EB735B")]
[ClassInterface(ClassInterfaceType.None)]
public class RhpBEMatrizReparticaoFunc : RhpBaseBE, INotifyPropertyChanged, IRhpBEMatrizReparticaoFunc
Constructors
RhpBEMatrizReparticaoFunc()
Declaration
public RhpBEMatrizReparticaoFunc()
Properties
Classificacao
Identificador da classificacao
Declaration
public string Classificacao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EmModoEdicao
Indica se se trata de uma nova remunercação 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 |
Funcionario
Identificador do Funcionário.
Declaration
public string Funcionario { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IdLinhaProc
Identificador da Linha de Processamento.
Declaration
public int IdLinhaProc { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NumPlano
Identificador do número do plano
Declaration
public RhpBETipos.EnuPlanoMatrizFunc NumPlano { get; set; }
Property Value
Type | Description |
---|---|
RhpBETipos.EnuPlanoMatrizFunc |
NumProcessamento
Identificador do Numero de Processamento.
Declaration
public int NumProcessamento { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
OrdemLinha
Identificador da Ordem Linha para o plano.
Declaration
public int OrdemLinha { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Percentagem
Identificador da Percentagem.
Declaration
public double Percentagem { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
SeparaComplemento
Identificador se SeparaComplemento
Declaration
public int SeparaComplemento { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TipoLinha
Identificador do Tipo de Linha para o plano.
Declaration
public int TipoLinha { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
Finalize()
Declaration
protected override void Finalize()
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBEMatrizReparticaoFunc