Class RhpBEIRTFaltasInjustificadas
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBEIRTFaltasInjustificadas
Inherited Members
Namespace: RhpBE100
Assembly: RhpBE100.dll
Syntax
[ComVisible(true)]
[Guid("4FEEC1F4-42BE-4F0B-B5AA-88E5CDEF20BB")]
[ClassInterface(ClassInterfaceType.None)]
public class RhpBEIRTFaltasInjustificadas : RhpBaseBE, INotifyPropertyChanged, IRhpBEIRTFaltasInjustificadas
Constructors
RhpBEIRTFaltasInjustificadas()
Declaration
public RhpBEIRTFaltasInjustificadas()
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.IRhpBEIRTFaltasInjustificadas