Class ImoBEUtilizador
Classe que encapsula a definição de um Utilizador.
Inherited Members
Namespace: EapBE100
Assembly: EapBE100.dll
Syntax
[ComVisible(true)]
[Guid("E9C158B8-31D7-4B78-AE6B-8A02FA8BA682")]
[ClassInterface(ClassInterfaceType.None)]
public class ImoBEUtilizador : EapBaseBE
Constructors
ImoBEUtilizador()
Declaration
public ImoBEUtilizador()
Properties
CamposUtil
Colecção dos campos do utilizador.
Declaration
public StdBECampos CamposUtil { get; set; }
Property Value
Type | Description |
---|---|
StdBECampos |
CodigoPostal1
Identifica o código postal.
Declaration
public string CodigoPostal1 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CodigoPostal2
Identifica o código postal (localidade).
Declaration
public string CodigoPostal2 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Identifica o endereço de email.
Declaration
public string Email { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EmModoEdicao
Identificador do tipo de operação: TRUE - Edição | FALSE - Inserção.
Declaration
public bool EmModoEdicao { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Extensao
Identifica a extensão do telefone.
Declaration
public string Extensao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Externo
Identifica se o Utilizador é externo à organização.
Declaration
public bool Externo { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Foto
Identifica a fotografia.
Declaration
public dynamic Foto { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
Localidade
Identifica a localidade.
Declaration
public string Localidade { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Morada
Identifica a morada.
Declaration
public string Morada { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Nome
Identifica o nome do utilizador.
Declaration
public string Nome { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Responsavel
Identifica se o Utilizador possui perfil de responsável.
Declaration
public bool Responsavel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Sexo
Identificador do sexo do utilizador: 0 - Masculino | 1 - Feminino.
Declaration
public bool Sexo { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Telefone
Identifica o número de telefone.
Declaration
public string Telefone { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Telemovel
Identifica o número de telemóvel.
Declaration
public string Telemovel { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UnidadeFisica
Identificador do Unidade Física.
Declaration
public string UnidadeFisica { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UnidadeOrganica
Identificador da Unidade Orgânica.
Declaration
public string UnidadeOrganica { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Utilizador
Identificador do Utilizador.
Declaration
public string Utilizador { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Finalize()
Declaration
protected override void Finalize()