PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class CblBEParametrosRelatorio

    Esta classe fornece serviços sobre Parametros de Relatorios.

    Inheritance
    System.Object
    CblBaseBE
    CblBEParametrosRelatorio
    Implements
    System.Collections.Generic.IEnumerable<CblBEParametroRelatorio>
    System.Collections.IEnumerable
    Inherited Members
    CblBaseBE.AbvtApl
    Namespace: CblBE100
    Assembly: CblBE100.dll
    Syntax
    [ComVisible(true)]
    [Guid("8B091F1D-19E8-4E6F-AE53-686FE80BE396")]
    [ClassInterface(ClassInterfaceType.None)]
    public class CblBEParametrosRelatorio : CblBaseBE, IEnumerable<CblBEParametroRelatorio>, IEnumerable

    Constructors

    CblBEParametrosRelatorio()

    Declaration
    public CblBEParametrosRelatorio()

    CblBEParametrosRelatorio(IEnumerable<CblBEParametroRelatorio>)

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

    Properties

    NumItens

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

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

    Methods

    Finalize()

    Declaration
    protected override void Finalize()

    GetEdita(Int32)

    Edita o objecto CblBEParametroRelatorio respectivo.

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

    GetEditaByKey(Object)

    Edita o objecto CblBEParametroRelatorio por chave.

    Declaration
    public CblBEParametroRelatorio GetEditaByKey(dynamic Key)
    Parameters
    Type Name Description
    System.Object Key
    Returns
    Type Description
    CblBEParametroRelatorio

    GetEnumerator()

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

    GetExiste(String)

    Verifica se o item existe na colecção.

    Declaration
    public bool GetExiste(string Key)
    Parameters
    Type Name Description
    System.String Key
    Returns
    Type Description
    System.Boolean

    Insere(CblBEParametroRelatorio)

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

    Declaration
    public dynamic Insere(CblBEParametroRelatorio objBEParametroRelatorio)
    Parameters
    Type Name Description
    CblBEParametroRelatorio objBEParametroRelatorio
    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<CblBEParametroRelatorio>.GetEnumerator()

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

    Implements

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