PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class RhpBELinhasCCustoCBL

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

    Constructors

    RhpBELinhasCCustoCBL()

    Declaration
    public RhpBELinhasCCustoCBL()

    RhpBELinhasCCustoCBL(IEnumerable<RhpBELinhaCCustoCBL>)

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

    Methods

    Add(Object)

    Insere um novo item na colecção.

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

    Finalize()

    Declaration
    protected void Finalize()

    GetEnumerator()

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

    Implements

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