PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class RhpBETabelaRemuneracao

    Classe que identifica uma remuneração na tabela de níveis remuneratórios.

    Inheritance
    System.Object
    RhpBaseBE
    RhpBETabelaRemuneracao
    Implements
    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBETabelaRemuneracao
    Inherited Members
    RhpBaseBE.WriteProperty(String, Object)
    RhpBaseBE.RaisePropertyChanged(String)
    RhpBaseBE.CamposUtil
    RhpBaseBE.Conteudo
    RhpBaseBE.PropExcluirLog
    RhpBaseBE.AbvtApl
    RhpBaseBE.PropertyChanged
    Namespace: RhpBE100
    Assembly: RhpBE100.dll
    Syntax
    [ComVisible(true)]
    [Guid("2B2D814F-C445-4C4C-92F1-6F336568C139")]
    [ClassInterface(ClassInterfaceType.None)]
    public class RhpBETabelaRemuneracao : RhpBaseBE, INotifyPropertyChanged, IRhpBETabelaRemuneracao

    Constructors

    RhpBETabelaRemuneracao()

    Declaration
    public RhpBETabelaRemuneracao()

    Properties

    DataInicial

    Data inicial da remuneração.

    Declaration
    public DateTime DataInicial { get; set; }
    Property Value
    Type Description
    System.DateTime

    EmModoEdicao

    Indica se se trata de um novo Escalã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

    Indice

    Índice do Escalão.

    Declaration
    public int Indice { get; set; }
    Property Value
    Type Description
    System.Int32

    Nivel

    nivel remuneratorio.

    Declaration
    public string Nivel { get; set; }
    Property Value
    Type Description
    System.String

    Transicao

    indica se oa remuneração é de transicao.

    Declaration
    public bool Transicao { get; set; }
    Property Value
    Type Description
    System.Boolean

    Valor

    valor remuneratorio.

    Declaration
    public double Valor { get; set; }
    Property Value
    Type Description
    System.Double

    Methods

    Finalize()

    Declaration
    protected override void Finalize()

    Implements

    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBETabelaRemuneracao