PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBEAnexos

    Colecção de anexos

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

    Constructors

    StdBEAnexos()

    Initializes a new instance of the StdBEAnexos class.

    Declaration
    public StdBEAnexos()

    Properties

    NumItens

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

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

    Methods

    Finalize()

    Finalizes an instance of the StdBEAnexos class.

    Declaration
    protected void Finalize()

    GetEdita(Object)

    Devolve um elemento da colecção.

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

    Posição do elemento.

    Returns
    Type Description
    StdBEAnexo

    Insere(StdBEAnexo)

    Insere um novo elemento na colecção.

    Declaration
    public object Insere(StdBEAnexo objAnexo)
    Parameters
    Type Name Description
    StdBEAnexo objAnexo

    Elemento a inserir.

    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

    Posição do elemento.

    RemoveTodos()

    Remove todos os elementos da colecção.

    Declaration
    public void RemoveTodos()

    Implements

    System.Collections.IEnumerable