PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class ImoBELinhasCoeficiente

    Classe (coleccção) que identifica os Coeficientes referente a um exercício.

    Inheritance
    System.Object
    EapBaseBE
    ImoBELinhasCoeficiente
    Implements
    System.Collections.Generic.IEnumerable<ImoBECoeficiente>
    System.Collections.IEnumerable
    Inherited Members
    EapBaseBE.AbvtApl
    Namespace: EapBE100
    Assembly: EapBE100.dll
    Syntax
    public class ImoBELinhasCoeficiente : EapBaseBE, IEnumerable<ImoBECoeficiente>, IEnumerable

    Constructors

    ImoBELinhasCoeficiente()

    Declaration
    public ImoBELinhasCoeficiente()

    ImoBELinhasCoeficiente(IEnumerable<ImoBECoeficiente>)

    Declaration
    public ImoBELinhasCoeficiente(IEnumerable<ImoBECoeficiente> items)
    Parameters
    Type Name Description
    System.Collections.Generic.IEnumerable<ImoBECoeficiente> items

    Methods

    Add(Object)

    Insere um novo item na colecção.

    Declaration
    public void Add(object objCampo)
    Parameters
    Type Name Description
    System.Object objCampo

    Edita(Int32)

    Edita um item da colecção identificado pelo Indice.

    Declaration
    public ImoBECoeficiente Edita(int Indice)
    Parameters
    Type Name Description
    System.Int32 Indice
    Returns
    Type Description
    ImoBECoeficiente

    Finalize()

    Declaration
    protected override void Finalize()

    GetEnumerator()

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

    Insere(ImoBECoeficiente)

    Insere um novo item na colecção.

    Declaration
    public void Insere(ImoBECoeficiente LinhaCoeficiente)
    Parameters
    Type Name Description
    ImoBECoeficiente LinhaCoeficiente

    NumItens()

    Verifica quantos itens existem na colecção.

    Declaration
    public int NumItens()
    Returns
    Type Description
    System.Int32

    Remove(Int32)

    Remove um item da colecção.

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

    Implements

    System.Collections.Generic.IEnumerable<T>
    System.Collections.IEnumerable