Class StdBEADUUtilizadores
Classe que identifica uma colecção de linhas de Utilizadores de Alertas de Utilizador.
Inheritance
System.Object
StdBEADUUtilizadores
Implements
System.Collections.IEnumerable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: StdPlatBE100
Assembly: StdPlatBE100.dll
Syntax
public class StdBEADUUtilizadores : IEnumerable
Constructors
StdBEADUUtilizadores()
Declaration
public StdBEADUUtilizadores()
Properties
NumItens
Devolve o número de elementos da colecção.
Declaration
public int NumItens { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
BuildKey(String, String)
Devolve uma chave.
Declaration
public string BuildKey(string strIdAlerta, string strUtilizador)
Parameters
Type | Name | Description |
---|---|---|
System.String | strIdAlerta | Id do Alerta. |
System.String | strUtilizador | Utilizador. |
Returns
Type | Description |
---|---|
System.String |
Extenso()
Devolve o Utilizador por Extenso.
Declaration
public string Extenso()
Returns
Type | Description |
---|---|
System.String |
GetEdita(Object)
Devolve um elemento da colecção.
Declaration
public StdBEADUUtilizador GetEdita(object vntIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Object | vntIndex | Posição do elemento. |
Returns
Type | Description |
---|---|
StdBEADUUtilizador |
GetEnumerator()
Declaration
public IEnumerator GetEnumerator()
Returns
Type | Description |
---|---|
System.Collections.IEnumerator |
Insere(StdBEADUUtilizador)
Insere um elemento na colecção.
Declaration
public void Insere(StdBEADUUtilizador objElemento)
Parameters
Type | Name | Description |
---|---|---|
StdBEADUUtilizador | objElemento | Elemento a inserir. |
InsereNovo(String, String, String, Boolean, Boolean)
Insere um novo elemento na colecção.
Declaration
public void InsereNovo(string strIdAlerta, string strPerfil, string strUtilizador, bool blnActivo, bool blnNoMonitorNegocios)
Parameters
Type | Name | Description |
---|---|---|
System.String | strIdAlerta | Alerta |
System.String | strPerfil | Perfil |
System.String | strUtilizador | Utilizador. |
System.Boolean | blnActivo | Estado. |
System.Boolean | blnNoMonitorNegocios |
Remove(Object)
Remove um elemento da colecção.
Declaration
public void Remove(object vntIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Object | vntIndex | Indice do elemento. |
RemoveTodos()
Remove todos os elementos da colecção.
Declaration
public void RemoveTodos()
Implements
System.Collections.IEnumerable