Class CblBELinhasProjectoWBSItem
Classe que identifica uma colecção de de elementos de um grupo hierárquico
Implements
System.Collections.Generic.IEnumerable<CblBEProjectoWBSItem>
System.Collections.IEnumerable
Inherited Members
Namespace: CblBE100
Assembly: CblBE100.dll
Syntax
public class CblBELinhasProjectoWBSItem : CblBaseBE, IEnumerable<CblBEProjectoWBSItem>, IEnumerable
Constructors
CblBELinhasProjectoWBSItem()
creates the collection when this class is created
Declaration
public CblBELinhasProjectoWBSItem()
CblBELinhasProjectoWBSItem(IEnumerable<CblBEProjectoWBSItem>)
Declaration
public CblBELinhasProjectoWBSItem(IEnumerable<CblBEProjectoWBSItem> items)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<CblBEProjectoWBSItem> | items |
Properties
NumItens
Devolve o número de items.
Declaration
public int NumItens { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
Add(Object)
Declaration
public void Add(object item)
Parameters
Type | Name | Description |
---|---|---|
System.Object | item |
Finalize()
destroys collection when this class is terminated
Declaration
protected override void Finalize()
GetEdita(Int32)
Edita uma Linha na Colecção de Linhas.
Declaration
public CblBEProjectoWBSItem GetEdita(int Index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | Index |
Returns
Type | Description |
---|---|
CblBEProjectoWBSItem |
GetEnumerator()
Declaration
public IEnumerator GetEnumerator()
Returns
Type | Description |
---|---|
System.Collections.IEnumerator |
Insere(CblBEProjectoWBSItem)
Insere uma Linha na Colecção de Linhas.
Declaration
public dynamic Insere(CblBEProjectoWBSItem objLinha)
Parameters
Type | Name | Description |
---|---|---|
CblBEProjectoWBSItem | objLinha |
Returns
Type | Description |
---|---|
System.Object |
Remove(Int32)
Remove uma linha.
Declaration
public void Remove(int Index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | Index |
RemoveTodos()
Remove todos os items da colecção
Declaration
public void RemoveTodos()
Explicit Interface Implementations
IEnumerable<CblBEProjectoWBSItem>.GetEnumerator()
Declaration
IEnumerator<CblBEProjectoWBSItem> IEnumerable<CblBEProjectoWBSItem>.GetEnumerator()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerator<CblBEProjectoWBSItem> |
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable