Class StdBEIDUCamposSMS
Classe que identifica uma colecção de linhas de Campos de SMS das Notificações de Indicadores do Utilizador.
Inheritance
System.Object
StdBEIDUCamposSMS
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 StdBEIDUCamposSMS : IEnumerable
Constructors
StdBEIDUCamposSMS()
Declaration
public StdBEIDUCamposSMS()
Properties
NumItens
Devolve o número de elementos da colecção.
Declaration
public int NumItens { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Methods
BuildKey(String, String)
Devolve uma chave.
Declaration
public string BuildKey(string strTabela, string strCampo)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | strTabela | Campo da chave. |
| System.String | strCampo | Campo da chave. |
Returns
| Type | Description |
|---|---|
| System.String |
ExistemElementosSemValor()
Função que verifica se existem elementos sem valores na Colecção.
Declaration
public bool ExistemElementosSemValor()
Returns
| Type | Description |
|---|---|
| System.Boolean |
Finalize()
Declaration
protected void Finalize()
GetEdita(Object)
Devolve um elemento da colecção.
Declaration
public StdBEIDUCampoSMS GetEdita(object vntIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | vntIndex | Posição do elemento. |
Returns
| Type | Description |
|---|---|
| StdBEIDUCampoSMS |
GetEnumerator()
Declaration
public IEnumerator GetEnumerator()
Returns
| Type | Description |
|---|---|
| System.Collections.IEnumerator |
Insere(StdBEIDUCampoSMS)
Insere um elemento na colecção.
Declaration
public void Insere(StdBEIDUCampoSMS objCampo)
Parameters
| Type | Name | Description |
|---|---|---|
| StdBEIDUCampoSMS | objCampo | Elemento a inserir. |
InsereNovo(String, String, String, Boolean, Boolean, String, Int32)
Insere um novo elemento na colecção.
Declaration
public void InsereNovo(string Tabela, string Campo, string Alias = "", bool Principal = false, bool Expressao = false, string DefExpressao = "", int Posicao = 0)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | Tabela | Tabela. |
| System.String | Campo | Nome do campo. |
| System.String | Alias | Alias. |
| System.Boolean | Principal | Principal. |
| System.Boolean | Expressao | Expressão. |
| System.String | DefExpressao | Definição da expressão. |
| System.Int32 | Posicao | Posição do campo. |
Remove(Object)
Remove um elemento da colecção.
Declaration
public void Remove(object vntIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | vntIndex | Posição do elemento. |
RemoveTodos()
Remove todos os elementos da colecção.
Declaration
public void RemoveTodos()
Implements
System.Collections.IEnumerable