Class RhpBEIRTFaltasFerias
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBEIRTFaltasFerias
Inherited Members
Namespace: RhpBE100
Assembly: RhpBE100.dll
Syntax
[ComVisible(true)]
[Guid("530FCDE4-1428-49FA-9A25-3CDFE62CB26C")]
[ClassInterface(ClassInterfaceType.None)]
public class RhpBEIRTFaltasFerias : RhpBaseBE, INotifyPropertyChanged, IRhpBEIRTFaltasFerias
Constructors
RhpBEIRTFaltasFerias()
Declaration
public RhpBEIRTFaltasFerias()
Properties
EmModoEdicao
Indica se se trata de um novo Instumento ou de um já existente em edição. EmModoEdicao = True já existente, EmModoEdicao = False Novo.
Declaration
public bool EmModoEdicao { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Falta
Descrição da Falta.
Declaration
public string Falta { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Instrumento
Identificador do Instrumento .
Declaration
public string Instrumento { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBEIRTFaltasFerias