PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class RhpBEFuncionarioRetroactivos

    Colecção de Moedas e respectivos câmbios a usar no processamento.

    Inheritance
    System.Object
    RhpBEFuncionarioRetroactivos
    Implements
    System.Collections.Generic.IEnumerable<RhpBEFuncionarioRetroactivo>
    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
    public class RhpBEFuncionarioRetroactivos : IEnumerable<RhpBEFuncionarioRetroactivo>, IEnumerable

    Constructors

    RhpBEFuncionarioRetroactivos()

    Declaration
    public RhpBEFuncionarioRetroactivos()

    RhpBEFuncionarioRetroactivos(IEnumerable<RhpBEFuncionarioRetroactivo>)

    Declaration
    public RhpBEFuncionarioRetroactivos(IEnumerable<RhpBEFuncionarioRetroactivo> items)
    Parameters
    Type Name Description
    System.Collections.Generic.IEnumerable<RhpBEFuncionarioRetroactivo> 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 long indicando o número de itens que existem na colecção.

    Methods

    Add(Object)

    Insere um novo item na colecção.

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

    Existe(Object)

    Declaration
    public bool Existe(dynamic vKey)
    Parameters
    Type Name Description
    System.Object vKey
    Returns
    Type Description
    System.Boolean

    Finalize()

    Declaration
    protected void Finalize()

    GetEdita(Object)

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

    Declaration
    public RhpBEFuncionarioRetroactivo GetEdita(dynamic vKey)
    Parameters
    Type Name Description
    System.Object vKey
    Returns
    Type Description
    RhpBEFuncionarioRetroactivo

    Um objecto do tipo RhpBEFuncionarioRetroactivo encapsulando o item pretendido.

    GetEnumerator()

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

    Insere(RhpBEFuncionarioRetroactivo, String)

    Insere um novo item na Colecção.

    Declaration
    public void Insere(RhpBEFuncionarioRetroactivo Item, string vKey = "")
    Parameters
    Type Name Description
    RhpBEFuncionarioRetroactivo Item

    Objecto que contem o item que se pretende inserir.

    System.String vKey

    Chave para indexação do elemento na colecção. Para permitir pesquisa e referências ao objecto na colecção directamente por esta chave. A colecção deve estar indexada pelo identificador (CodigoRem).

    Remove(Object)

    Permite remover um item da colecção.

    Declaration
    public void Remove(dynamic vKey)
    Parameters
    Type Name Description
    System.Object vKey

    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<RhpBEFuncionarioRetroactivo>.GetEnumerator()

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

    Implements

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