PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class CblBELinhasOrcamentoProjWBS

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

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

    Constructors

    CblBELinhasOrcamentoProjWBS(IEnumerable<CblBELinhaOrcamentoProjectoWBS>)

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

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

    GetEditaConta(String)

    Edita o objecto CblBELinhaOrcamentoProjectoWBS respectivo.

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

    GetEnumerator()

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

    Insere(CblBELinhaOrcamentoProjectoWBS)

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

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