PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBEIndices

    Colecção de índices.

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

    Constructors

    StdBEIndices()

    Declaration
    public StdBEIndices()

    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 a editar.

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

    Índice ou chave do elemento.

    Returns
    Type Description
    StdBEIndice

    Insere(StdBEIndice)

    Insere um novo elemento na colecção.

    Declaration
    public object Insere(StdBEIndice objValue)
    Parameters
    Type Name Description
    StdBEIndice objValue

    Elemento a inserir na colecção.

    Returns
    Type Description
    System.Object

    Remove(Object)

    Remove um elemento da colecção.

    Declaration
    public void Remove(object vntIndex)
    Parameters
    Type Name Description
    System.Object vntIndex

    Índice ou chave do elemento a remover.

    RemoveTodos()

    Remove todos os elementos da colecção.

    Declaration
    public void RemoveTodos()

    Implements

    System.Collections.IEnumerable