Class RhpBEIntervencaoNorma
Classe que encapsula as normas aplicadas numa intervenção técnica
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBEIntervencaoNorma
Inherited Members
Namespace: RhpBE100
Assembly: RhpBE100.dll
Syntax
[ComVisible(true)]
[Guid("EA604CEF-F81B-40C0-8B77-7B46B026F8AC")]
[ClassInterface(ClassInterfaceType.None)]
public class RhpBEIntervencaoNorma : RhpBaseBE, INotifyPropertyChanged, IRhpBEIntervencaoNorma
Constructors
RhpBEIntervencaoNorma()
Declaration
public RhpBEIntervencaoNorma()
Properties
EmModoEdicao
Indica se se trata de uma novo registo a adicionar ou de um já existente em edição. EmModoEdicao = True já existente, EmModoEdicao = False Nova
Declaration
public bool EmModoEdicao { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Intervencao
Identificador único do CustoCurso.
Declaration
public string Intervencao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Norma
Identificador da Norma aplicada.
Declaration
public string Norma { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Finalize()
Declaration
protected override void Finalize()
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBEIntervencaoNorma