Class CblBETiposRendimento
Esta classe permite identificar a colecção de tipos de rendimento.
Implements
System.Collections.Generic.IEnumerable<CblBETipoRendimento>
System.Collections.IEnumerable
Inherited Members
Namespace: CblBE100
Assembly: CblBE100.dll
Syntax
public class CblBETiposRendimento : CblBaseBE, IEnumerable<CblBETipoRendimento>, IEnumerable
Constructors
CblBETiposRendimento()
Declaration
public CblBETiposRendimento()
CblBETiposRendimento(IEnumerable<CblBETipoRendimento>)
Declaration
public CblBETiposRendimento(IEnumerable<CblBETipoRendimento> items)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<CblBETipoRendimento> | items |
Properties
NumItens
Devolve o número de Linhas na Colecção.
Declaration
public int NumItens { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
Add(Object)
Declaration
public void Add(object item)
Parameters
Type | Name | Description |
---|---|---|
System.Object | item |
Finalize()
Declaration
protected override void Finalize()
GetEdita(Object)
Devolve uma Linha da Colecção.
Declaration
public CblBETipoRendimento GetEdita(dynamic Index)
Parameters
Type | Name | Description |
---|---|---|
System.Object | Index |
Returns
Type | Description |
---|---|
CblBETipoRendimento |
GetEnumerator()
Declaration
public IEnumerator GetEnumerator()
Returns
Type | Description |
---|---|
System.Collections.IEnumerator |
Insere(CblBETipoRendimento)
Insere uma Linha na Colecção.
Declaration
public dynamic Insere(CblBETipoRendimento objBE)
Parameters
Type | Name | Description |
---|---|---|
CblBETipoRendimento | objBE |
Returns
Type | Description |
---|---|
System.Object |
Remove(Object)
Remove uma Linha na Colecção.
Declaration
public void Remove(dynamic Index)
Parameters
Type | Name | Description |
---|---|---|
System.Object | Index |
RemoveTodos()
Remove todos os items da colecção
Declaration
public void RemoveTodos()
Explicit Interface Implementations
IEnumerable<CblBETipoRendimento>.GetEnumerator()
Declaration
IEnumerator<CblBETipoRendimento> IEnumerable<CblBETipoRendimento>.GetEnumerator()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerator<CblBETipoRendimento> |
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable