PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class RhpBEFuncRemCBLPlanoFuncoes

    Colecção funções que compõem a chave de repartição fixa para aquele plano de um funcionário.

    Inheritance
    System.Object
    RhpBEFuncRemCBLPlanoFuncoes
    Implements
    System.Collections.Generic.IEnumerable<RhpBEFuncRemCBLPFuncional>
    System.Collections.IEnumerable
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: RhpBE100
    Assembly: RhpBE100.dll
    Syntax
    [ComVisible(true)]
    [Guid("F58438C6-C00C-45A9-823A-24699BF679CA")]
    [ClassInterface(ClassInterfaceType.None)]
    public class RhpBEFuncRemCBLPlanoFuncoes : IEnumerable<RhpBEFuncRemCBLPFuncional>, IEnumerable

    Constructors

    RhpBEFuncRemCBLPlanoFuncoes()

    Declaration
    public RhpBEFuncRemCBLPlanoFuncoes()

    RhpBEFuncRemCBLPlanoFuncoes(IEnumerable<RhpBEFuncRemCBLPFuncional>)

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

    Properties

    NumItens

    Permite verificar quantos itens existem na colecção.

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

    Um valor do tipo inteiro indicando o número de itens que existem na colecção.

    Methods

    Existe(Int32, String)

    Declaration
    public bool Existe(int TipoTabela, string idRemuneracao)
    Parameters
    Type Name Description
    System.Int32 TipoTabela
    System.String idRemuneracao
    Returns
    Type Description
    System.Boolean

    Finalize()

    Declaration
    protected void Finalize()

    GetEdita(Int32)

    Permite editar para um objecto RhpBEFuncRemCBLPFuncional a linha identificada pelo Index.

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

    Indice na colecção do item que se pretende editar.

    Returns
    Type Description
    RhpBEFuncRemCBLPFuncional

    Um objecto do tipo RhpBEFuncRemCBLPFuncional encapsulando o item pretendido.

    GetEnumerator()

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

    IndiceDe(Int32, String)

    Declaration
    public int IndiceDe(int TipoTabela, string idRemuneracao)
    Parameters
    Type Name Description
    System.Int32 TipoTabela
    System.String idRemuneracao
    Returns
    Type Description
    System.Int32

    Insere(RhpBEFuncRemCBLPFuncional)

    Insere um novo item na Colecção.

    Declaration
    public dynamic Insere(RhpBEFuncRemCBLPFuncional ObjFuncRemCBLPFuncional)
    Parameters
    Type Name Description
    RhpBEFuncRemCBLPFuncional ObjFuncRemCBLPFuncional
    Returns
    Type Description
    System.Object

    Remove(Int32)

    Permite remover um item da colecção.

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

    indicação do item da colecção a remover.

    RemoveTodos()

    Permite remover todos os itens da colecção.

    Declaration
    public void RemoveTodos()

    Explicit Interface Implementations

    IEnumerable<RhpBEFuncRemCBLPFuncional>.GetEnumerator()

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

    Implements

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