PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class CblBELinhasLiqPendentes

    Esta classe fornece serviços sobre Linhas de Liquidação de Pendentes.

    Inheritance
    System.Object
    CblBaseBE
    CblBELinhasLiqPendentes
    Implements
    System.Collections.Generic.IEnumerable<CblBELinhaLiqPendentes>
    System.Collections.IEnumerable
    Inherited Members
    CblBaseBE.AbvtApl
    Namespace: CblBE100
    Assembly: CblBE100.dll
    Syntax
    public class CblBELinhasLiqPendentes : CblBaseBE, IEnumerable<CblBELinhaLiqPendentes>, IEnumerable

    Constructors

    CblBELinhasLiqPendentes()

    Declaration
    public CblBELinhasLiqPendentes()

    CblBELinhasLiqPendentes(IEnumerable<CblBELinhaLiqPendentes>)

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

    Properties

    NumItens

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

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

    Methods

    Add(Object)

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

    Finalize()

    Declaration
    protected override void Finalize()

    GetEdita(Int32)

    Edita o objecto CblBELinhaDocGeral respectivo.

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

    GetEnumerator()

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

    Insere(CblBELinhaLiqPendentes)

    Insere um objecto do tipo CblBELinhaDocGeral na colecção.

    Declaration
    public dynamic Insere(CblBELinhaLiqPendentes objBELinhaLiqPendentes)
    Parameters
    Type Name Description
    CblBELinhaLiqPendentes objBELinhaLiqPendentes
    Returns
    Type Description
    System.Object

    Remove(Int32)

    Remove um item da colecção.

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

    RemoveTodos()

    Remove todos os item da colecção.

    Declaration
    public void RemoveTodos()

    Explicit Interface Implementations

    IEnumerable<CblBELinhaLiqPendentes>.GetEnumerator()

    Declaration
    IEnumerator<CblBELinhaLiqPendentes> IEnumerable<CblBELinhaLiqPendentes>.GetEnumerator()
    Returns
    Type Description
    System.Collections.Generic.IEnumerator<CblBELinhaLiqPendentes>

    Implements

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