PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBEXDUAnexos

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

    Constructors

    StdBEXDUAnexos()

    Declaration
    public StdBEXDUAnexos()

    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(Int32)

    Devolve um elemento da colecção.

    Declaration
    public StdBEXDUAnexo GetEdita(int Index)
    Parameters
    Type Name Description
    System.Int32 Index

    Índice do elemento.

    Returns
    Type Description
    StdBEXDUAnexo

    Insere(StdBEXDUAnexo)

    Insere um novo elemento na colecção.

    Declaration
    public object Insere(StdBEXDUAnexo Obj)
    Parameters
    Type Name Description
    StdBEXDUAnexo Obj

    Elemento a inserir.

    Returns
    Type Description
    System.Object

    Remove(Int32)

    Remove um elemento da colecção.

    Declaration
    public void Remove(int Index)
    Parameters
    Type Name Description
    System.Int32 Index

    Índice do elemento a remover.

    RemoveTodos()

    Remove todos os elementos da colecção.

    Declaration
    public void RemoveTodos()

    Implements

    System.Collections.IEnumerable