Class StdBEADUPerfis
Classe que identifica uma colecção de linhas dos Perfis dos Alertas do Utilizador.
Inheritance
System.Object
StdBEADUPerfis
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 StdBEADUPerfis : IEnumerable
Constructors
StdBEADUPerfis()
Declaration
public StdBEADUPerfis()
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 | Campo para a chave. |
System.String | strPerfil | Campo para a chave. |
Returns
Type | Description |
---|---|
System.String |
Extenso()
Identificador do Extenso.
Declaration
public string Extenso()
Returns
Type | Description |
---|---|
System.String |
ExtensoLocal()
Identificador do Extenso Local.
Declaration
public string ExtensoLocal()
Returns
Type | Description |
---|---|
System.String |
GetEdita(Object)
Devolve um elemento da colecção.
Declaration
public StdBEADUPerfil GetEdita(object vntIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Object | vntIndex | Posição do elemento. |
Returns
Type | Description |
---|---|
StdBEADUPerfil |
GetEnumerator()
Declaration
public IEnumerator GetEnumerator()
Returns
Type | Description |
---|---|
System.Collections.IEnumerator |
Insere(StdBEADUPerfil)
Insere um elemento na colecção.
Declaration
public void Insere(StdBEADUPerfil objElemento)
Parameters
Type | Name | Description |
---|---|---|
StdBEADUPerfil | 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 strPerfilLocal, bool blnActivo, bool blnNoMonitorNegocios)
Parameters
Type | Name | Description |
---|---|---|
System.String | strIdAlerta | Identificador do alerta. |
System.String | strPerfil | Perfil. |
System.String | strPerfilLocal | Perfil local. |
System.Boolean | blnActivo | Indica se está activo. |
System.Boolean | blnNoMonitorNegocios | Indica se está no motor de negócios. |
Remove(Object)
Remove um elemento da colecção.
Declaration
public void Remove(object vntIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Object | vntIndex |
RemoveTodos()
Remove todos os elementos da colecção.
Declaration
public void RemoveTodos()
Implements
System.Collections.IEnumerable