PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBSAplicacao

    Informação de contexto sobre a aplicação activa.

    Inheritance
    System.Object
    StdBSAplicacao
    Implements
    IStdBSAplicacao
    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
    [ComVisible(true)]
    [Guid("9E7C0400-53AE-4724-8D3F-D2CD8D9E85D0")]
    [ClassInterface(ClassInterfaceType.None)]
    public class StdBSAplicacao : IStdBSAplicacao

    Properties

    AbvtApl

    Abreviatura da aplicação.

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

    AbvtAplVBA

    Abreviatura da aplicação (no contexto do VBA).

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

    Build

    Build.

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

    DescricaoVersao

    Descrição da versão da aplicação.

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

    NomeAplicacao

    Nome da aplicação.

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

    NomeAplicacaoAbreviado

    Nome abreviado da aplicação.

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

    VersaoPrincipal

    Versão principal da aplicação.

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

    Implements

    IStdBSAplicacao