Class RhpBEEntidadeFormadora
Classe que encapsula toda a definição de uma Entidade Formadora.
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBEEntidadeFormadora
Inherited Members
Namespace: RhpBE100
Assembly: RhpBE100.dll
Syntax
[ComVisible(true)]
[Guid("6464007E-EACB-4CC6-A8DE-640644FE13E2")]
[ClassInterface(ClassInterfaceType.None)]
public class RhpBEEntidadeFormadora : RhpBaseBE, INotifyPropertyChanged, IRhpBEEntidadeFormadora
Constructors
RhpBEEntidadeFormadora()
Declaration
public RhpBEEntidadeFormadora()
Properties
CidadeCodPostal
Descrição da Cidade do Código Postal da Entidade Formadora.
Declaration
public string CidadeCodPostal { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CodCert
Código do certificado IEESP
Declaration
public string CodCert { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CodPostal
Código Postal da Entidade Formadora.
Declaration
public string CodPostal { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Contacto
Código do Contacto da Entidade Formadora.
Declaration
public string Contacto { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Código do Email da Entidade Formadora.
Declaration
public string Email { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EmModoEdicao
Indica se se trata de uma nova Entidade Formadora ou de uma 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
Endereco Web da Entidade Formadora.
Declaration
public string EnderecoWeb { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EntidadeFormadora
Identificador da Entidade Formadora.
Declaration
public string EntidadeFormadora { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Fax
Número de Fax da Entidade Formadora.
Declaration
public string Fax { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Morada
Morada da Entidade Formadora.
Declaration
public string Morada { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Nome
Nome da Entidade Formadora.
Declaration
public string Nome { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Obs
Indicação de algumas observações.
Declaration
public string Obs { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Pais
País para o IEESP
Declaration
public string Pais { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Telefone
Número de telefone da Entidade Formadora.
Declaration
public string Telefone { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TipoEntidade
Tipo de Entidade.
Declaration
public string TipoEntidade { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Finalize()
Declaration
protected override void Finalize()
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBEEntidadeFormadora