Class RhpBECursoCustoParticipacao
Classe que encapsula os custos por participante
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBECursoCustoParticipacao
Inherited Members
Namespace: RhpBE100
Assembly: RhpBE100.dll
Syntax
[ComVisible(true)]
[Guid("A116A95F-BB0E-4C97-8F79-A5E28B4E4D7C")]
[ClassInterface(ClassInterfaceType.None)]
public class RhpBECursoCustoParticipacao : RhpBaseBE, INotifyPropertyChanged, IRhpBECursoCustoParticipacao
Constructors
RhpBECursoCustoParticipacao()
Declaration
public RhpBECursoCustoParticipacao()
Properties
Curso
Identificador do curso ao qual o certificado pertence.
Declaration
public string Curso { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Custo
Valor do custo por nº de participantes.
Declaration
public double Custo { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
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 |
NumParticipantes
Número de participantes.
Declaration
public int NumParticipantes { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
Finalize()
Declaration
protected override void Finalize()
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBECursoCustoParticipacao