Class StdBEXDUValoresPossiveis
Colecção de valores possíveis de um parâmetro de um função do utilizador (lista de valores fixos).
Inheritance
System.Object
StdBEXDUValoresPossiveis
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 StdBEXDUValoresPossiveis : IEnumerable
Constructors
StdBEXDUValoresPossiveis()
Declaration
public StdBEXDUValoresPossiveis()
Properties
NumItens
Devolve o número de elementos da colecção.
Declaration
public int NumItens { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Methods
Existe(Object)
Verifica se um determinado valor existe na colecção.
Declaration
public bool Existe(object Valor)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | Valor | Valor a pesquisar. |
Returns
| Type | Description |
|---|---|
| System.Boolean |
Finalize()
Declaration
protected void Finalize()
GetEdita(Object)
Devolve um elemento da colecção.
Declaration
public StdBEXDUValorPossivel GetEdita(object Index)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | Index | Índice do elemento. |
Returns
| Type | Description |
|---|---|
| StdBEXDUValorPossivel |
Insere(StdBEXDUValorPossivel)
Insere um novo valor na colecção.
Declaration
public object Insere(StdBEXDUValorPossivel Obj)
Parameters
| Type | Name | Description |
|---|---|---|
| StdBEXDUValorPossivel | Obj | Valor a inserir. |
Returns
| Type | Description |
|---|---|
| System.Object |
Remove(Object)
Remove um valor da colecção.
Declaration
public void Remove(object Index)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | Index | Índice do valor. |
RemoveTodos()
Remove todos os elementos da colecção.
Declaration
public void RemoveTodos()
Implements
System.Collections.IEnumerable