PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class RhpBEIRTRemAntIncidencia

    Inheritance
    System.Object
    RhpBaseBE
    RhpBEIRTRemAntIncidencia
    Implements
    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEIRTRemAntIncidencia
    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("F7945691-3AEE-4E46-BD7A-50336AF46ECA")]
    [ClassInterface(ClassInterfaceType.None)]
    public class RhpBEIRTRemAntIncidencia : RhpBaseBE, INotifyPropertyChanged, IRhpBEIRTRemAntIncidencia

    Constructors

    RhpBEIRTRemAntIncidencia()

    Declaration
    public RhpBEIRTRemAntIncidencia()

    Properties

    BaseIncidencia

    Identifica sobre que valor deverá ser calculado a percentagem da remuneração por antiguidade.

    Declaration
    public TipoBaseIncidenciaAnt BaseIncidencia { get; set; }
    Property Value
    Type Description
    TipoBaseIncidenciaAnt

    EmModoEdicao

    Indica se se trata de uma nova Remuneração ou de uma já existente em edição. EmModoEdicao = True já existente, EmModoEdicao = False Nova.

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

    Instrumento

    Identificador do Instrumento de Regulamentação do Trabalho.

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

    Remuneracao

    Identificador da Remuneração.

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

    Methods

    Finalize()

    Declaration
    protected override void Finalize()

    Implements

    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEIRTRemAntIncidencia