PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBEADUCampoSMS

    Classe que contém todas as propriedades relativas aos campos das mensages de SMS das Notificações dos Alertas do Utilizador.

    Inheritance
    System.Object
    StdBEADUCampoSMS
    Implements
    StdPlatBE100.IStdBEADUCampoSMS
    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("D49839D6-1DCE-439F-969B-D949E91AEF32")]
    [ClassInterface(ClassInterfaceType.None)]
    public class StdBEADUCampoSMS : IStdBEADUCampoSMS

    Constructors

    StdBEADUCampoSMS()

    Declaration
    public StdBEADUCampoSMS()

    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.IStdBEADUCampoSMS