PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class RhpBERemTotalFalta

    Encapsula uma Remuneração afectada totalmente por uma Falta.

    Inheritance
    System.Object
    RhpBaseBE
    RhpBERemTotalFalta
    Implements
    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBERemTotalFalta
    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("B888B5A9-0577-45B9-A69E-24AFCAC87B7C")]
    [ClassInterface(ClassInterfaceType.None)]
    public class RhpBERemTotalFalta : RhpBaseBE, INotifyPropertyChanged, IRhpBERemTotalFalta

    Constructors

    RhpBERemTotalFalta()

    Declaration
    public RhpBERemTotalFalta()

    Properties

    EmModoEdicao

    Indica se se trata de uma nova falta 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

    Falta

    Identificador da Falta.

    Declaration
    public string Falta { 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.IRhpBERemTotalFalta