Class TesBELinhasIDMovBancario
Classe que identifica uma colecção de linhas de movimentos bancários.
Implements
System.Collections.Generic.IEnumerable<TesBELinhaIDMovBancario>
System.Collections.IEnumerable
Inherited Members
Namespace: TesBE100
Assembly: TesBE100.dll
Syntax
public class TesBELinhasIDMovBancario : TesBaseBE, IEnumerable<TesBELinhaIDMovBancario>, IEnumerable
Constructors
TesBELinhasIDMovBancario()
creates the collection when this class is created
Declaration
public TesBELinhasIDMovBancario()
TesBELinhasIDMovBancario(IEnumerable<TesBELinhaIDMovBancario>)
Declaration
public TesBELinhasIDMovBancario(IEnumerable<TesBELinhaIDMovBancario> items)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<TesBELinhaIDMovBancario> | 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 colecçã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 Colecção de Linhas.
Declaration
public TesBELinhaIDMovBancario GetEdita(int Index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | Index |
Returns
Type | Description |
---|---|
TesBELinhaIDMovBancario |
GetEnumerator()
Declaration
public IEnumerator GetEnumerator()
Returns
Type | Description |
---|---|
System.Collections.IEnumerator |
Insere(TesBELinhaIDMovBancario)
Insere uma Linha na Colecção de Linhas.
Declaration
public void Insere(TesBELinhaIDMovBancario objLinhaMovimentoBancario)
Parameters
Type | Name | Description |
---|---|---|
TesBELinhaIDMovBancario | objLinhaMovimentoBancario |
Remove(Int32)
Remove uma linha.
Declaration
public void Remove(int Index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | Index |
RemoveTodos()
Remove todos os items da colecção
Declaration
public void RemoveTodos()
Explicit Interface Implementations
IEnumerable<TesBELinhaIDMovBancario>.GetEnumerator()
Declaration
IEnumerator<TesBELinhaIDMovBancario> IEnumerable<TesBELinhaIDMovBancario>.GetEnumerator()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerator<TesBELinhaIDMovBancario> |
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable