Class StdBEIDUCampoSMS
Classe que contém todas as propriedades relativas aos campos das mensages de SMS das Notificações dos Indicadres do Utilizador.
Inheritance
System.Object
StdBEIDUCampoSMS
Implements
StdPlatBE100.IStdBEIDUCampoSMS
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
[ComVisible(true)]
[Guid("B8819E06-20C6-4EF9-87DB-32EA74867C1C")]
[ClassInterface(ClassInterfaceType.None)]
public class StdBEIDUCampoSMS : IStdBEIDUCampoSMS
Constructors
StdBEIDUCampoSMS()
Declaration
public StdBEIDUCampoSMS()
Properties
Alias
Alias do campo.
Declaration
public string Alias { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Campo
Nome do campo.
Declaration
public string Campo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CasasDecimais
Número de casas decimais do campo.
Declaration
public int CasasDecimais { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
DefAlias
Default Alias do campo.
Declaration
public string DefAlias { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DefExpressao
Expressão por defeito.
Declaration
public string DefExpressao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Expressao
Expressão.
Declaration
public bool Expressao { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Posicao
Posição do campo.
Declaration
public int Posicao { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Principal
Principal.
Declaration
public bool Principal { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Sistema
Indica se o campo é de sistema.
Declaration
public bool Sistema { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Tabela
Nome da tabela.
Declaration
public string Tabela { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Visivel
Indica se o campo é visível.
Declaration
public bool Visivel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Preenche(String, String, String, Boolean)
Preenche o campo SMS.
Declaration
public void Preenche(string strTabela, string strCampo, string strAlias = "", bool blnCampoChave = false)
Parameters
Type | Name | Description |
---|---|---|
System.String | strTabela | Nome da tabela. |
System.String | strCampo | Nome do campo. |
System.String | strAlias | Alias do campo. |
System.Boolean | blnCampoChave | Indicação se é um campo chave. |
ValidaBE()
Valida se as definições estão correctas
Declaration
public bool ValidaBE()
Returns
Type | Description |
---|---|
System.Boolean |
Implements
StdPlatBE100.IStdBEIDUCampoSMS