Class GabBELinhasPGlobaisOpLote
Business Entity for Linhas Parâmetros Globais
Implements
Inherited Members
Namespace: GabBE100
Assembly: GabBE100.dll
Syntax
public class GabBELinhasPGlobaisOpLote : GabBaseBE, IEnumerable<GabBEParametroGlobalOpLote>, IEnumerable
  Constructors
GabBELinhasPGlobaisOpLote()
Initializes a new instance of the GabBELinhasPGlobaisOpLote class.
Declaration
public GabBELinhasPGlobaisOpLote()
  GabBELinhasPGlobaisOpLote(IEnumerable<GabBEParametroGlobalOpLote>)
Initializes a new instance of the GabBELinhasPGlobaisOpLote class.
Declaration
public GabBELinhasPGlobaisOpLote(IEnumerable<GabBEParametroGlobalOpLote> items)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Collections.Generic.IEnumerable<GabBEParametroGlobalOpLote> | items | The items.  | 
      
Methods
Add(Object)
Adds the specified item.
Declaration
public void Add(object item)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Object | item | The item.  | 
      
Edita(Int32)
Método para Editar um elemento da Colecção.
Declaration
public GabBEParametroGlobalOpLote Edita(int Indice)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | Indice | 
Returns
| Type | Description | 
|---|---|
| GabBEParametroGlobalOpLote | 
Finalize()
Finalizes an instance of the GabBELinhasPGlobaisOpLote class.
Declaration
protected override void Finalize()
  GeraArray(ref Object[,])
Cria um array BiDimensional (NumParametro, Valor) dos Parâmetros Globais
Declaration
public void GeraArray(ref dynamic[, ] ArrayBiDimensional)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Object[,] | ArrayBiDimensional | 
GetEnumerator()
Returns an enumerator that iterates through a collection.
Declaration
public IEnumerator GetEnumerator()
  Returns
| Type | Description | 
|---|---|
| System.Collections.IEnumerator | An System.Collections.IEnumerator object that can be used to iterate through the collection.  | 
      
Insere(GabBEParametroGlobalOpLote)
Este método adiciona um elemento do tipo GabBEParametroGlobalOpLote à Colecção de Parametros.
Declaration
public void Insere(GabBEParametroGlobalOpLote ParametroOpLote)
  Parameters
| Type | Name | Description | 
|---|---|---|
| GabBEParametroGlobalOpLote | ParametroOpLote | 
NumItens()
Devolve o número de itens da colecção.
Declaration
public int NumItens()
  Returns
| Type | Description | 
|---|---|
| System.Int32 | 
Remove(Int32)
Remove um item da colecção.
Declaration
public void Remove(int Indice)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | Indice | 
RemoveTodos()
Remove todos os items da colecção
Declaration
public void RemoveTodos()
  Explicit Interface Implementations
IEnumerable<GabBEParametroGlobalOpLote>.GetEnumerator()
Returns an enumerator that iterates through the collection.
Declaration
IEnumerator<GabBEParametroGlobalOpLote> IEnumerable<GabBEParametroGlobalOpLote>.GetEnumerator()
  Returns
| Type | Description | 
|---|---|
| System.Collections.Generic.IEnumerator<GabBEParametroGlobalOpLote> | An enumerator that can be used to iterate through the collection.  |