PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class CblBELinhasOrcamentoCCusto

    Esta classe fornece serviços sobre Linhas de contas orçamentadas para um centro de custo.

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

    Constructors

    CblBELinhasOrcamentoCCusto(IEnumerable<CblBELinhaOrcamentoCCusto>)

    Declaration
    public CblBELinhasOrcamentoCCusto(IEnumerable<CblBELinhaOrcamentoCCusto> items)
    Parameters
    Type Name Description
    System.Collections.Generic.IEnumerable<CblBELinhaOrcamentoCCusto> 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

    GetEdita(Int32)

    Edita o objecto CblBELinhaOrcamentoCCusto respectivo.

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

    GetEditaConta(String)

    Edita o objecto CblBELinhaOrcamentoCCusto respectivo.

    Declaration
    public CblBELinhaOrcamentoCCusto GetEditaConta(string Conta)
    Parameters
    Type Name Description
    System.String Conta
    Returns
    Type Description
    CblBELinhaOrcamentoCCusto

    GetEnumerator()

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

    Insere(CblBELinhaOrcamentoCCusto)

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

    Declaration
    public dynamic Insere(CblBELinhaOrcamentoCCusto objBELinhaOrc)
    Parameters
    Type Name Description
    CblBELinhaOrcamentoCCusto objBELinhaOrc
    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()

    Implements

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