PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class RhpBEProcDescontoHorasExtra

    Excluir da documentação.

    Inheritance
    System.Object
    RhpBEProcDescontoHorasExtra
    Implements
    System.Collections.Generic.IEnumerable<RhpBEProcDescontoHoraExtra>
    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 RhpBEProcDescontoHorasExtra : IEnumerable<RhpBEProcDescontoHoraExtra>, IEnumerable

    Constructors

    RhpBEProcDescontoHorasExtra()

    Declaration
    public RhpBEProcDescontoHorasExtra()

    RhpBEProcDescontoHorasExtra(IEnumerable<RhpBEProcDescontoHoraExtra>)

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

    Methods

    Add(Object)

    Insere um novo item na colecção.

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

    Existe(String)

    Declaration
    public bool Existe(string vKey)
    Parameters
    Type Name Description
    System.String vKey
    Returns
    Type Description
    System.Boolean

    Finalize()

    Declaration
    protected void Finalize()

    GetEnumerator()

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

    Insere(RhpBEProcDescontoHoraExtra)

    Declaration
    public void Insere(RhpBEProcDescontoHoraExtra Item)
    Parameters
    Type Name Description
    RhpBEProcDescontoHoraExtra Item

    Remove(String)

    Declaration
    public void Remove(string vKey)
    Parameters
    Type Name Description
    System.String vKey

    RemoveTodos()

    Declaration
    public void RemoveTodos()

    Implements

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