Class RhpBELinhasPeriodo
// colecção de linhas de período detalhado que constituem um período.
Inheritance
System.Object
RhpBELinhasPeriodo
Namespace: RhpBE100
Assembly: RhpBE100.dll
Syntax
public class RhpBELinhasPeriodo : BindingList<RhpBELinhaPeriodo>
Constructors
RhpBELinhasPeriodo()
Declaration
public RhpBELinhasPeriodo()
Methods
GetEdita(Int32)
Permite editar para um objecto RhpBELinhaPeriodo a linha identificada pelo Index.
Declaration
public RhpBELinhaPeriodo GetEdita(int Index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | Index | Indice na colecção do item que se pretende editar. |
Returns
Type | Description |
---|---|
RhpBELinhaPeriodo | Um objecto do tipo RhpBELinhaPeriodo encapsulando o item pretendido. |
Insere(RhpBELinhaPeriodo)
//
Insere um novo item na Colecção.
Declaration
public void Insere(RhpBELinhaPeriodo objLinhasPeriodo)
Parameters
Type | Name | Description |
---|---|---|
RhpBELinhaPeriodo | objLinhasPeriodo |