Class RhpBECurso
Classe que encapsula toda a definição de um curso.
Implements
Inherited Members
Namespace: RhpBE100
Assembly: RhpBE100.dll
Syntax
[ComVisible(true)]
[Guid("032BD5F5-164D-4E94-8A0E-96EFC8198E7B")]
[ClassInterface(ClassInterfaceType.None)]
public class RhpBECurso : RhpBaseBE, INotifyPropertyChanged, IRhpBECurso
Constructors
RhpBECurso()
Declaration
public RhpBECurso()
Properties
Activo
Indicação se o Curso está activo.
Declaration
public bool Activo { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
AreaFormacao
Área de Formação do Curso.
Declaration
public string AreaFormacao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CaminhoBrochura
Local onde se encontra a brochura digital do Curso.
Declaration
public string CaminhoBrochura { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CodEspIEESP
Código esp. do IESSP
Declaration
public string CodEspIEESP { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CodIEESP
Código do IESSP
Declaration
public string CodIEESP { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Coordenacao
Coordenação do Curso.
Declaration
public string Coordenacao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Curso
Identificador do Curso.
Declaration
public string Curso { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Descricao
Descrição do curso.
Declaration
public string Descricao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Destinatarios
Destinatários do Curso.
Declaration
public string Destinatarios { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EmiteCertificado
Indica se o Curso emite certificação.
Declaration
public bool EmiteCertificado { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
EmModoEdicao
Indica se se trata de um novo Funcionário 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 |
EnderecoWeb
Endereço Web do Curso.
Declaration
public string EnderecoWeb { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EntidadeFormadora
Entidade Formadora do Curso.
Declaration
public string EntidadeFormadora { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Equivalente
Indica a equivalência
Declaration
public byte Equivalente { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |
Escala
Escala classificativa do Curso.
Declaration
public string Escala { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FaltasPermitidas
N. de faltas permitidas para o Curso.
Declaration
public double FaltasPermitidas { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Formador
Formador do Curso.
Declaration
public string Formador { get; set; }
Property Value
Type | Description |
---|---|
System.String |
HorasPraticaLocalTrab
N. de horas práticas do Curso no local de trabalho.
Declaration
public double HorasPraticaLocalTrab { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
HorasPraticas
N. de horas práticas do Curso.
Declaration
public double HorasPraticas { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
HorasPraticaSimulada
N. de horas práticas simuladas do Curso.
Declaration
public double HorasPraticaSimulada { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
HorasTeoricas
N. de horas teóricas do Curso.
Declaration
public double HorasTeoricas { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Idioma
Idioma do Curso.
Declaration
public string Idioma { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Interna
Indicação se o Curso é Interno.
Declaration
public bool Interna { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
NivelUE
Indica o nível correspondente na classificação da UE:
Declaration
public string NivelUE { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Objectivos
Objectivos do Curso.
Declaration
public string Objectivos { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Programa
Programa do Curso.
Declaration
public string Programa { get; set; }
Property Value
Type | Description |
---|---|
System.String |
QuorumMaximo
Indicação do Quorum Máximo permitido.
Declaration
public int QuorumMaximo { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
QuorumMinimo
Indicação do Quorum Mínimo exigido.
Declaration
public int QuorumMinimo { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ReferenciaEntForm
Referência da Entidade Formadora.
Declaration
public string ReferenciaEntForm { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RegimeCurso
Regime do Curso.
Declaration
public string RegimeCurso { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TemExame
Indica se o Curso tem Exame de Aprovação.
Declaration
public bool TemExame { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
TipoAccao
Tipo de Acção.
Declaration
public string TipoAccao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TipoCertificado
Tipo de Certificado Emitido.
Declaration
public string TipoCertificado { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TipoCurso
Tipo do Curso.
Declaration
public string TipoCurso { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TotalDias
N. total de dias do Curso.
Declaration
public int TotalDias { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TotalHoras
N. total de horas do Curso.
Declaration
public double TotalHoras { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Validade
Indicação da Validade do Curso.
Declaration
public int Validade { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
Finalize()
Declaration
protected override void Finalize()