Class RhpBEMotivoCanc
Classe que encapsula um motivo de cancelamento de Acções de Formação e Cursos.
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBEMotivoCanc
Inherited Members
Namespace: RhpBE100
Assembly: RhpBE100.dll
Syntax
[ComVisible(true)]
[Guid("7835E333-1945-43C9-B4E4-4A0A861D5136")]
[ClassInterface(ClassInterfaceType.None)]
public class RhpBEMotivoCanc : RhpBaseBE, INotifyPropertyChanged, IRhpBEMotivoCanc
Constructors
RhpBEMotivoCanc()
Declaration
public RhpBEMotivoCanc()
Properties
Descricao
Descrição do Motivo.
Declaration
public string Descricao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EmModoEdicao
Indica se se trata de um novo Motivo 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 |
Motivo
Identificador do Motivo.
Declaration
public string Motivo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Finalize()
Declaration
protected override void Finalize()
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBEMotivoCanc