Class StdBECategoriesInfo
Classe que identifica uma colecção de categorias de informação.
Inheritance
System.Object
StdBECategoriesInfo
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()
Namespace: StdPlatBE100
Assembly: StdPlatBE100.dll
Syntax
public class StdBECategoriesInfo : IEnumerable
Constructors
StdBECategoriesInfo()
creates the collection when this class is created
Declaration
public StdBECategoriesInfo()
Properties
NumItens
Devolve o número de items da colecção.
Declaration
public int NumItens { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
Finalize()
destroys collection when this class is terminated
Declaration
protected void Finalize()
GetEdita(Int32)
Edita um objecto da colecção.
Declaration
public StdBECategoryInfo GetEdita(int Index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | Index | Posição do elemento. |
Returns
Type | Description |
---|---|
StdBECategoryInfo |
GetEnumerator()
Returns an enumerator that iterates through a collection.
Declaration
public IEnumerator GetEnumerator()
Returns
Type | Description |
---|---|
System.Collections.IEnumerator | An System.Collections.IEnumerator object that can be used to iterate through the collection. |
Insere(StdBECategoryInfo)
Insere um objecto na colecção.
Declaration
public object Insere(StdBECategoryInfo BECategoryInfo)
Parameters
Type | Name | Description |
---|---|---|
StdBECategoryInfo | BECategoryInfo | Objecto a inserir. |
Returns
Type | Description |
---|---|
System.Object |
Remove(Object)
Remove um item da colecção.
Declaration
public void Remove(object Index)
Parameters
Type | Name | Description |
---|---|---|
System.Object | Index | Posição do elemento. |
RemoveTodos()
Remove todos os items da colecção.
Declaration
public void RemoveTodos()
Implements
System.Collections.IEnumerable