Class RhpBERemTotalFalta
Encapsula uma Remuneração afectada totalmente por uma Falta.
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBERemTotalFalta
Inherited Members
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