PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBEPainelUtilizadores

    Colecção de Paineis de Utilizador.

    Inheritance
    System.Object
    StdBEPainelUtilizadores
    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 StdBEPainelUtilizadores : IEnumerable

    Constructors

    StdBEPainelUtilizadores()

    Declaration
    public StdBEPainelUtilizadores()

    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

    Identificador do alerta.

    System.String strUtilizador

    Utilizador.

    Returns
    Type Description
    System.String

    Finalize()

    Declaration
    protected void Finalize()

    GetEdita(Object)

    Devolve um elemento da colecção.

    Declaration
    public StdBEPainelUtilizador GetEdita(object vntIndex)
    Parameters
    Type Name Description
    System.Object vntIndex

    Indice do elemento.

    Returns
    Type Description
    StdBEPainelUtilizador

    GetEnumerator()

    Declaration
    public IEnumerator GetEnumerator()
    Returns
    Type Description
    System.Collections.IEnumerator

    Insere(StdBEPainelUtilizador)

    Insere um elemento na colecção.

    Declaration
    public void Insere(StdBEPainelUtilizador objElemento)
    Parameters
    Type Name Description
    StdBEPainelUtilizador 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 strUtilizador, bool blnActivo)
    Parameters
    Type Name Description
    System.String strIdPainel

    Id Painel.

    System.String strPerfil

    Perfil.

    System.String strUtilizador

    Utilizador.

    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