Class RhpBEFuncRendimentos
Inheritance
System.Object
RhpBEFuncRendimentos
Implements
System.Collections.Generic.IEnumerable<RhpBEFuncRendimento>
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: RhpBE100
Assembly: RhpBE100.dll
Syntax
public class RhpBEFuncRendimentos : IEnumerable<RhpBEFuncRendimento>, IEnumerable
Constructors
RhpBEFuncRendimentos()
Declaration
public RhpBEFuncRendimentos()
RhpBEFuncRendimentos(IEnumerable<RhpBEFuncRendimento>)
Declaration
public RhpBEFuncRendimentos(IEnumerable<RhpBEFuncRendimento> items)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<RhpBEFuncRendimento> | items |
Properties
NumItens
Permite verificar quantos itens existem na colecção.
Declaration
public int NumItens { get; }
Property Value
Type | Description |
---|---|
System.Int32 | Um valor do tipo inteiro indicando o número de itens que existem na colecção. |
Methods
Add(Object)
Insere um novo item na colecção.
Declaration
public void Add(object objCampo)
Parameters
Type | Name | Description |
---|---|---|
System.Object | objCampo |
CriaCopia(RhpBEFuncRendimentos)
Efectua uma cópia integral do objecto passado por parâmetro.
Declaration
public void CriaCopia(RhpBEFuncRendimentos RhpBERendimentosFuncOriginal)
Parameters
Type | Name | Description |
---|---|---|
RhpBEFuncRendimentos | RhpBERendimentosFuncOriginal | Objecto do tipo RhpBEFuncRendimentos a partir do qual será efectuada a cópia. |
Existe(Int32)
Declaration
public bool Existe(int Ano)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | Ano |
Returns
Type | Description |
---|---|
System.Boolean |
Finalize()
Declaration
protected void Finalize()
GetEdita(Int32)
Permite editar para um objecto RhpBEFuncRendimento a linha identificada pelo Index.
Declaration
public RhpBEFuncRendimento GetEdita(int Index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | Index | Indice na colecção do item que se pretende editar. |
Returns
Type | Description |
---|---|
RhpBEFuncRendimento | Um objecto do tipo RhpBEFuncRendimento encapsulando o item pretendido. |
GetEnumerator()
Declaration
public IEnumerator GetEnumerator()
Returns
Type | Description |
---|---|
System.Collections.IEnumerator |
IndiceDe(Int32)
Declaration
public int IndiceDe(int Ano)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | Ano |
Returns
Type | Description |
---|---|
System.Int32 |
Insere(RhpBEFuncRendimento)
Insere um novo item na Colecção.
Declaration
public dynamic Insere(RhpBEFuncRendimento obj)
Parameters
Type | Name | Description |
---|---|---|
RhpBEFuncRendimento | obj |
Returns
Type | Description |
---|---|
System.Object |
Remove(Int32)
Permite remover um item da colecção.
Declaration
public void Remove(int Index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | Index | indicação do item da colecção a remover. |
RemoveTodos()
Permite remover todos os itens da colecção.
Declaration
public void RemoveTodos()
Explicit Interface Implementations
IEnumerable<RhpBEFuncRendimento>.GetEnumerator()
Declaration
IEnumerator<RhpBEFuncRendimento> IEnumerable<RhpBEFuncRendimento>.GetEnumerator()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerator<RhpBEFuncRendimento> |
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable