PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class clsAplicacao

    Classe correspondente a uma aplicação instalada.

    Inheritance
    System.Object
    clsAplicacao
    Implements
    AdmEngine100.IclsAplicacao
    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: AdmEngine100
    Assembly: AdmEngine100.dll
    Syntax
    [ComVisible(true)]
    [Guid("49EAD32F-41C6-4FFD-B1EC-5E533F73C0EC")]
    [ClassInterface(ClassInterfaceType.None)]
    public class clsAplicacao : IclsAplicacao

    Constructors

    clsAplicacao()

    Declaration
    public clsAplicacao()

    Properties

    AbrvApl

    Abreviatura da aplicação.

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

    Nome

    Nome da aplicação.

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

    NomeAudit

    Nome do componente Audit correspondente à aplicação.

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

    NomeExec

    Nome do executável correspondente à aplicação.

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

    NomeForms

    Nome do componente Forms correspondente à aplicação.

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

    PercursoApl

    Percurso da aplicação.

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

    PercursoComuns

    Percurso de dados comuns correspondente à aplicação.

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

    PercursoDados

    Percurso da directoria de dados correspondente à aplicação.

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

    PercursoMapas

    Percurso da directoria de mapas correspondente à aplicação.

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

    RuntimeConfigurationIndex

    Gets the index of the runtime configuration.

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

    SuportaLic

    Indica se a aplicação suporta licenciamento (significativo apenas se ThirdParty)

    Declaration
    public bool SuportaLic { get; }
    Property Value
    Type Description
    System.Boolean

    ThirdParty

    Indica se a aplicação foi registada por outra entidade (que não a PRIMAVERA).

    Declaration
    public bool ThirdParty { get; }
    Property Value
    Type Description
    System.Boolean
    Remarks

    As aplicações, desenvolvidas por parceiros, integradas no Administrador PRIMAVERA, terão esta propriedade activa.

    VersaoRegistry

    Versão da aplicação (como definida no Registry).

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

    Methods

    Inicializa(String)

    Inicialização da classe.

    Declaration
    public void Inicializa(string AbvtApl)
    Parameters
    Type Name Description
    System.String AbvtApl

    Identificador da abreviatura da aplicação.

    Implements

    AdmEngine100.IclsAplicacao