PRIMAVERA | Developers

    Show / Hide Table of Contents

    Interface IStdBSUtilizador

    Namespace: StdPlatBS100
    Assembly: StdPlatBS100.dll
    Syntax
    [ComVisible(true)]
    [Guid("E28CD18D-D6B4-4832-BF6C-176EA7F078C2")]
    public interface IStdBSUtilizador

    Properties

    Administrador

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

    Cultura

    Declaration
    StdBETipos.EnumGlobalCultures Cultura { get; set; }
    Property Value
    Type Description
    StdBETipos.EnumGlobalCultures

    CulturaPorDefeito

    Declaration
    StdBETipos.EnumGlobalCultures CulturaPorDefeito { get; set; }
    Property Value
    Type Description
    StdBETipos.EnumGlobalCultures

    DataNascimento

    Declaration
    DateTime DataNascimento { get; }
    Property Value
    Type Description
    System.DateTime

    ModoSeguranca

    Declaration
    StdBETipos.EnumModosSeguranca ModoSeguranca { get; set; }
    Property Value
    Type Description
    StdBETipos.EnumModosSeguranca

    ModoSegurancaPorEmp

    Declaration
    StdBETipos.EnumModosSeguranca ModoSegurancaPorEmp { get; set; }
    Property Value
    Type Description
    StdBETipos.EnumModosSeguranca

    Nome

    Declaration
    string Nome { get; }
    Property Value
    Type Description
    System.String

    objUtilizador

    Declaration
    clsUtilizador objUtilizador { get; set; }
    Property Value
    Type Description
    clsUtilizador

    Password

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

    SegurancaActiva

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

    SegurancaPorEmpActiva

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

    SuperAdministrador

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

    Tecnico

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

    Utilizador

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

    Methods

    AcedeAplicacao(String)

    Declaration
    bool AcedeAplicacao(string strApl)
    Parameters
    Type Name Description
    System.String strApl
    Returns
    Type Description
    System.Boolean

    AcedeAtributo(String, String, String, String)

    Declaration
    bool AcedeAtributo(string strEntidade, string strAtributo, string strAbvtApl, string strOperacao = "")
    Parameters
    Type Name Description
    System.String strEntidade
    System.String strAtributo
    System.String strAbvtApl
    System.String strOperacao
    Returns
    Type Description
    System.Boolean

    AcedeAtributoEmpresa(String, String, String, String, String)

    Declaration
    bool AcedeAtributoEmpresa(string strEntidade, string strAtributo, string strCodEmp, string strAbvtApl, string strOperacao = "")
    Parameters
    Type Name Description
    System.String strEntidade
    System.String strAtributo
    System.String strCodEmp
    System.String strAbvtApl
    System.String strOperacao
    Returns
    Type Description
    System.Boolean

    AcedeEmpresa(String)

    Declaration
    bool AcedeEmpresa(string strCodEmp)
    Parameters
    Type Name Description
    System.String strCodEmp
    Returns
    Type Description
    System.Boolean

    AcedeEmpresaEx(String)

    Declaration
    bool AcedeEmpresaEx(string strCodEmp)
    Parameters
    Type Name Description
    System.String strCodEmp
    Returns
    Type Description
    System.Boolean

    AcedeOperacao(String, String)

    Declaration
    bool AcedeOperacao(string strApl, string strOperacao)
    Parameters
    Type Name Description
    System.String strApl
    System.String strOperacao
    Returns
    Type Description
    System.Boolean