PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class RhpBEEstabFornecedoresSHST

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

    Constructors

    RhpBEEstabFornecedoresSHST()

    Declaration
    public RhpBEEstabFornecedoresSHST()

    RhpBEEstabFornecedoresSHST(IEnumerable<RhpBEEstabFornecedorSHST>)

    Declaration
    public RhpBEEstabFornecedoresSHST(IEnumerable<RhpBEEstabFornecedorSHST> items)
    Parameters
    Type Name Description
    System.Collections.Generic.IEnumerable<RhpBEEstabFornecedorSHST> 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

    Add(Object)

    Insere um novo item na colecção.

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

    ElementosDuplicados()

    Verifica se existem items duplicados na colecção.

    Declaration
    public bool ElementosDuplicados()
    Returns
    Type Description
    System.Boolean

    Existe(String, String, DateTime)

    Declaration
    public bool Existe(string Estabelecimento, string Fornecedor, DateTime DataInicio)
    Parameters
    Type Name Description
    System.String Estabelecimento
    System.String Fornecedor
    System.DateTime DataInicio
    Returns
    Type Description
    System.Boolean

    Finalize()

    Declaration
    protected void Finalize()

    GetEdita(Int32)

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

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

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

    Returns
    Type Description
    RhpBEEstabFornecedorSHST

    Um objecto do tipo RhpBEEstabFornecedorSHST encapsulando o item pretendido.

    GetEnumerator()

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

    IndiceDe(String)

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

    Insere(RhpBEEstabFornecedorSHST)

    Insere um novo item na Colecção.

    Declaration
    public dynamic Insere(RhpBEEstabFornecedorSHST obj)
    Parameters
    Type Name Description
    RhpBEEstabFornecedorSHST obj
    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()

    Implements

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