Class RhpBEFundosPensaoFunc
Colecção de fundos de pensão atribuídos a um funcionário.
Inheritance
System.Object
RhpBEFundosPensaoFunc
Implements
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()
Assembly: RhpBE100.dll
Syntax
public class RhpBEFundosPensaoFunc : IEnumerable<RhpBEFundoPensaoFunc>, IEnumerable
Constructors
RhpBEFundosPensaoFunc()
Declaration
public RhpBEFundosPensaoFunc()
RhpBEFundosPensaoFunc(IEnumerable<RhpBEFundoPensaoFunc>)
Declaration
public RhpBEFundosPensaoFunc(IEnumerable<RhpBEFundoPensaoFunc> items)
Parameters
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(RhpBEFundosPensaoFunc)
Permite criar uma cópia de todos os itens da colecção.
Declaration
public void CriaCopia(RhpBEFundosPensaoFunc RhpBEFundosFuncOriginal)
Parameters
Type |
Name |
Description |
RhpBEFundosPensaoFunc |
RhpBEFundosFuncOriginal |
Objecto do tipo RhpBEFundosPensaoFunc a partir do qual será efectuada a cópia.
|
Existe(String)
Declaration
public bool Existe(string Codigo)
Parameters
Type |
Name |
Description |
System.String |
Codigo |
|
Returns
Type |
Description |
System.Boolean |
|
Finalize()
Declaration
protected void Finalize()
GetEdita(Int32)
Permite editar para um objecto RhpBEFundoPensaoFunc a linha identificada pelo Index.
Declaration
public RhpBEFundoPensaoFunc GetEdita(int Index)
Parameters
Type |
Name |
Description |
System.Int32 |
Index |
Indice na colecção do item que se pretende editar.
|
Returns
Type |
Description |
RhpBEFundoPensaoFunc |
Um objecto do tipo RhpBEFundoPensaoFunc encapsulando o item pretendido.
|
GetEnumerator()
Declaration
public IEnumerator GetEnumerator()
Returns
Type |
Description |
System.Collections.IEnumerator |
|
IndiceDe(String)
Declaration
public int IndiceDe(string Codigo)
Parameters
Type |
Name |
Description |
System.String |
Codigo |
|
Returns
Type |
Description |
System.Int32 |
|
Insere(RhpBEFundoPensaoFunc)
Insere um novo item na Colecção.
Declaration
public dynamic Insere(RhpBEFundoPensaoFunc ObjFundoPensaoFunc)
Parameters
Type |
Name |
Description |
RhpBEFundoPensaoFunc |
ObjFundoPensaoFunc |
Objecto que contem o item que se pretende inserir.
|
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<RhpBEFundoPensaoFunc>.GetEnumerator()
Declaration
IEnumerator<RhpBEFundoPensaoFunc> IEnumerable<RhpBEFundoPensaoFunc>.GetEnumerator()
Returns
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable