PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBaseApl

    Inheritance
    System.Object
    StdBaseApl
    StdBaseAplAudit
    StdBaseAplBasesDados
    StdBaseAplCategorias
    StdBaseAplLoginsAssociados
    StdBaseAplOperacoesLog
    StdBaseAplParametrizacoes
    StdBaseAplServicos
    StdBaseAplVersaoCategoria
    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: StdPlatBS100
    Assembly: StdPlatBS100.dll
    Syntax
    public class StdBaseApl

    Constructors

    StdBaseApl()

    Declaration
    public StdBaseApl()

    Properties

    AutenticacaoWindows

    Declaration
    protected bool AutenticacaoWindows { get; set; }
    Property Value
    Type Description
    System.Boolean

    Password

    Declaration
    protected string Password { get; set; }
    Property Value
    Type Description
    System.String

    Utilizador

    Declaration
    protected string Utilizador { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    AtribuiContexto(StdBSContextoAplicacao)

    Declaration
    public virtual void AtribuiContexto(StdBSContextoAplicacao contextoApl)
    Parameters
    Type Name Description
    StdBSContextoAplicacao contextoApl

    AtribuiUtilizador(String, String)

    Declaration
    public virtual void AtribuiUtilizador(string strUtilizador, string strPassword)
    Parameters
    Type Name Description
    System.String strUtilizador
    System.String strPassword