Class InvBELinhasVPT
Classe que identifica uma coleção de linhas de VPTs.
Inherited Members
Namespace: InvBE100
Assembly: InvBE100.dll
Syntax
public class InvBELinhasVPT : InvBaseBE, IEnumerable<InvBELinhaVPT>, IEnumerableConstructors
InvBELinhasVPT()
creates the collection when this class is created
Declaration
public InvBELinhasVPT()InvBELinhasVPT(IEnumerable<InvBELinhaVPT>)
Declaration
public InvBELinhasVPT(IEnumerable<InvBELinhaVPT> items)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Collections.Generic.IEnumerable<InvBELinhaVPT> | items | 
Properties
NumItens
Devolve o número de items.
Declaration
public int NumItens { get; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
Methods
Add(Object)
Insere um novo item na coleção.
Declaration
public void Add(object objCampo)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Object | objCampo | 
Finalize()
destroys collection when this class is terminated
Declaration
protected override void Finalize()GetEdita(Int32)
Edita uma Linha na coleção de Linhas de Utilizador.
Declaration
public InvBELinhaVPT GetEdita(int Index)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | Index | 
Returns
| Type | Description | 
|---|---|
| InvBELinhaVPT | 
Insere(InvBELinhaVPT)
Insere uma Linha na coleção de Linhas.
Declaration
public dynamic Insere(InvBELinhaVPT objLinhaVPT)Parameters
| Type | Name | Description | 
|---|---|---|
| InvBELinhaVPT | objLinhaVPT | 
Returns
| Type | Description | 
|---|---|
| System.Object | 
Remove(Int32)
Remove uma linha.
Declaration
public void Remove(int Index)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | Index | 
RemoveTodos()
Remove todos os items da coleção
Declaration
public void RemoveTodos()Implements
      System.Collections.Generic.IEnumerable<T>
  
  
      System.Collections.IEnumerable