PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBEPaineis

    Colecção de Paineis.

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

    Constructors

    StdBEPaineis()

    Declaration
    public StdBEPaineis()

    Properties

    NumItens

    Devolve o número de elementos da colecção.

    Declaration
    public int NumItens { get; }
    Property Value
    Type Description
    System.Int32

    Methods

    Finalize()

    Declaration
    protected void Finalize()

    GetEdita(Object)

    Devolve um elemento da colecção.

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

    Indice do elemento.

    Returns
    Type Description
    StdBEPainel

    GetEnumerator()

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

    Insere(StdBEPainel)

    Insere um novo elemento na colecção.

    Declaration
    public void Insere(StdBEPainel objElemento)
    Parameters
    Type Name Description
    StdBEPainel objElemento

    Objecto com o elemento a inserir.

    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