Class BasBELinhasContaCorrente
Classe que identifica uma Colecção de Conta Corrente
Implements
System.Collections.Generic.IEnumerable<BasBELinhaContaCorrente>
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: BasBE100
Assembly: BasBE100.dll
Syntax
public class BasBELinhasContaCorrente : BasBaseBE, IEnumerable<BasBELinhaContaCorrente>, IEnumerable
Constructors
BasBELinhasContaCorrente()
Declaration
public BasBELinhasContaCorrente()
BasBELinhasContaCorrente(IEnumerable<BasBELinhaContaCorrente>)
Declaration
public BasBELinhasContaCorrente(IEnumerable<BasBELinhaContaCorrente> items)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<BasBELinhaContaCorrente> | items |
Properties
NumItens
Devolve o número de linhas da conta corrente.
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()
Declaration
protected void Finalize()
GetEdita(Int32)
Edita uma linha da conta corrente.
Declaration
public BasBELinhaContaCorrente GetEdita(int Index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | Index |
Returns
Type | Description |
---|---|
BasBELinhaContaCorrente |
GetEditaIdMovOrigemCBL(String)
Edita uma linha da conta corrente.
Declaration
public BasBELinhaContaCorrente GetEditaIdMovOrigemCBL(string strIdMovOrigemCBL)
Parameters
Type | Name | Description |
---|---|---|
System.String | strIdMovOrigemCBL |
Returns
Type | Description |
---|---|
BasBELinhaContaCorrente |
GetEnumerator()
Declaration
public IEnumerator GetEnumerator()
Returns
Type | Description |
---|---|
System.Collections.IEnumerator |
Insere(BasBELinhaContaCorrente)
Insere uma linha de conta corrente na colecção de linhas da conta.
Declaration
public dynamic Insere(BasBELinhaContaCorrente objBELinhaContaCorrente)
Parameters
Type | Name | Description |
---|---|---|
BasBELinhaContaCorrente | objBELinhaContaCorrente |
Returns
Type | Description |
---|---|
System.Object |
Remove(Int32)
Remove uma linha da conta corrente.
Declaration
public void Remove(int Index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | Index |
RemoveIdMovOrigemCBL(String)
Remove uma linha da conta corrente.
Declaration
public void RemoveIdMovOrigemCBL(string strIdMovOrigemCBL)
Parameters
Type | Name | Description |
---|---|---|
System.String | strIdMovOrigemCBL |
RemoveTodos()
Remove todos os items da colecção
Declaration
public void RemoveTodos()
Explicit Interface Implementations
IEnumerable<BasBELinhaContaCorrente>.GetEnumerator()
Declaration
IEnumerator<BasBELinhaContaCorrente> IEnumerable<BasBELinhaContaCorrente>.GetEnumerator()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerator<BasBELinhaContaCorrente> |
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable