Class RhpBEFuncPlanoDimensoes
Colecção de Linhas de Planos de Dimensões
Inheritance
System.Object
RhpBEFuncPlanoDimensoes
Implements
System.Collections.Generic.IEnumerable<RhpBEFuncLinhaPlanoDimensoes>
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 RhpBEFuncPlanoDimensoes : IEnumerable<RhpBEFuncLinhaPlanoDimensoes>, IEnumerable
Constructors
RhpBEFuncPlanoDimensoes()
Declaration
public RhpBEFuncPlanoDimensoes()
RhpBEFuncPlanoDimensoes(IEnumerable<RhpBEFuncLinhaPlanoDimensoes>)
Declaration
public RhpBEFuncPlanoDimensoes(IEnumerable<RhpBEFuncLinhaPlanoDimensoes> items)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<RhpBEFuncLinhaPlanoDimensoes> | 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 |
Finalize()
Declaration
protected void Finalize()
GetEdita(Object)
Permite editar para um objecto RhpBEFuncLinhaPlanoDimensoes a linha identificada pelo Index.
Declaration
public RhpBEFuncLinhaPlanoDimensoes GetEdita(dynamic Index)
Parameters
Type | Name | Description |
---|---|---|
System.Object | Index | Indice na colecção do item que se pretende editar. |
Returns
Type | Description |
---|---|
RhpBEFuncLinhaPlanoDimensoes | Um objecto do tipo RhpBEFuncLinhaPlanoDimensoes encapsulando o item pretendido. |
GetEnumerator()
Declaration
public IEnumerator GetEnumerator()
Returns
Type | Description |
---|---|
System.Collections.IEnumerator |
Insere(RhpBEFuncLinhaPlanoDimensoes)
Insere um novo item na Colecção.
Declaration
public dynamic Insere(RhpBEFuncLinhaPlanoDimensoes ObjBE)
Parameters
Type | Name | Description |
---|---|---|
RhpBEFuncLinhaPlanoDimensoes | ObjBE | Objecto que contem o item que se pretende inserir. |
Returns
Type | Description |
---|---|
System.Object |
Remove(Object)
Permite remover um item da colecção.
Declaration
public void Remove(dynamic Index)
Parameters
Type | Name | Description |
---|---|---|
System.Object | 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<RhpBEFuncLinhaPlanoDimensoes>.GetEnumerator()
Declaration
IEnumerator<RhpBEFuncLinhaPlanoDimensoes> IEnumerable<RhpBEFuncLinhaPlanoDimensoes>.GetEnumerator()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerator<RhpBEFuncLinhaPlanoDimensoes> |
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable