Class RhpBEActividadesIndependente
Classe que encapsula um conjunto de linhas de detalhe das Actividades Independente.
Inheritance
System.Object
RhpBEActividadesIndependente
Implements
System.Collections.Generic.IEnumerable<RhpBEActividadeIndependente>
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 RhpBEActividadesIndependente : IEnumerable<RhpBEActividadeIndependente>, IEnumerable
Constructors
RhpBEActividadesIndependente()
Cria a colecção quando esta classe é criada.
Declaration
public RhpBEActividadesIndependente()
RhpBEActividadesIndependente(IEnumerable<RhpBEActividadeIndependente>)
Declaration
public RhpBEActividadesIndependente(IEnumerable<RhpBEActividadeIndependente> items)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<RhpBEActividadeIndependente> | items |
Properties
NumItens
Devolve o número de itens da colecção.
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()
Destrói a colecção quando esta classe é destruída.
Declaration
protected void Finalize()
GetEdita(Int32)
Permite editar para um objecto RhpBEActividadeIndependente a linha identificada pelo Index.
Declaration
public RhpBEActividadeIndependente GetEdita(int Index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | Index | Indice na colecção do item que se pretende editar. |
Returns
Type | Description |
---|---|
RhpBEActividadeIndependente | Um objecto do tipo RhpBEActividadeIndependente encapsulando o item pretendido. |
GetEnumerator()
Declaration
public IEnumerator GetEnumerator()
Returns
Type | Description |
---|---|
System.Collections.IEnumerator |
Insere(RhpBEActividadeIndependente)
Insere um objecto do tipo RhpBEActividadeIndependente na colecção de linhas.
Declaration
public dynamic Insere(RhpBEActividadeIndependente objBE)
Parameters
Type | Name | Description |
---|---|---|
RhpBEActividadeIndependente | objBE | Identificador do objecto. |
Returns
Type | Description |
---|---|
System.Object |
Remove(Object)
Remove um item da colecção.
Declaration
public void Remove(dynamic Index)
Parameters
Type | Name | Description |
---|---|---|
System.Object | Index | Identificador do indice do item. |
RemoveTodos()
Remove todos os items da colecção
Declaration
public void RemoveTodos()
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable