PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class RhpBERemParcialFalta

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

    Inheritance
    System.Object
    RhpBaseBE
    RhpBERemParcialFalta
    Implements
    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBERemParcialFalta
    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("AD0CE7A6-85E2-4616-B612-2ECC46D35445")]
    [ClassInterface(ClassInterfaceType.None)]
    public class RhpBERemParcialFalta : RhpBaseBE, INotifyPropertyChanged, IRhpBERemParcialFalta

    Constructors

    RhpBERemParcialFalta()

    Declaration
    public RhpBERemParcialFalta()

    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.IRhpBERemParcialFalta