Class StdBEPainelPerfis
Colecção de Perfis de Paineis.
Inheritance
System.Object
StdBEPainelPerfis
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 StdBEPainelPerfis : IEnumerable
Constructors
StdBEPainelPerfis()
Declaration
public StdBEPainelPerfis()
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 strPerfil)
Parameters
Type | Name | Description |
---|---|---|
System.String | strIdAlerta | Identificador do alerta. |
System.String | strPerfil | Perfil. |
Returns
Type | Description |
---|---|
System.String |
Finalize()
Declaration
protected void Finalize()
GetEdita(Object)
Devolve um elemento da colecção.
Declaration
public StdBEPainelPerfil GetEdita(object vntIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Object | vntIndex | Indice do elemento. |
Returns
Type | Description |
---|---|
StdBEPainelPerfil |
GetEnumerator()
Declaration
public IEnumerator GetEnumerator()
Returns
Type | Description |
---|---|
System.Collections.IEnumerator |
Insere(StdBEPainelPerfil)
Insere um elemento na colecção.
Declaration
public void Insere(StdBEPainelPerfil objElemento)
Parameters
Type | Name | Description |
---|---|---|
StdBEPainelPerfil | objElemento | Objecto com o elemento a inserir. |
InsereNovo(String, String, String, Boolean)
Insere um novo elemento na colecção.
Declaration
public void InsereNovo(string strIdPainel, string strPerfil, string strPerfilLocal, bool blnActivo)
Parameters
Type | Name | Description |
---|---|---|
System.String | strIdPainel | Id Painel. |
System.String | strPerfil | Perfil. |
System.String | strPerfilLocal | Perfil Local. |
System.Boolean | blnActivo | Estado. |
Remove(Object)
Remove um elemento da colecção.
Declaration
public void Remove(object vntIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Object | vntIndex | Indice do elemento a remover. |
RemoveTodos()
Remove todos os elementos da colecção.
Declaration
public void RemoveTodos()
Implements
System.Collections.IEnumerable