Class StdBEConfShell
Classe que contém todas as propriedades relativas à Configuração da Shell.
Inheritance
System.Object
StdBEConfShell
Implements
StdPlatBE100.IStdBEConfShell
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("448B6E89-E892-412F-AEF2-5517BFB012CB")]
[ClassInterface(ClassInterfaceType.None)]
public class StdBEConfShell : IStdBEConfShell
Constructors
StdBEConfShell()
Declaration
public StdBEConfShell()
Properties
AbvtApl
Identificador da Abreviatura do Módulo.
Declaration
public string AbvtApl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
AutenticacaoWindows
Define se o login deverá efetuar autenticação windows.
Declaration
public bool AutenticacaoWindows { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Build
Identificador da Build.
Declaration
public string Build { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CommandLine
Identificador CommandLine.
Declaration
public string CommandLine { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Cultura
Identificador da Cultura a utilizar.
Declaration
public StdBETipos.EnumGlobalCultures Cultura { get; set; }
Property Value
Type | Description |
---|---|
StdBETipos.EnumGlobalCultures |
DescricaoVersao
Identificador da Descrição da Versão.
Declaration
public string DescricaoVersao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FicheiroAjuda
Identificador do Ficheiro de Ajuda.
Declaration
public string FicheiroAjuda { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Icon
Identificador do Icone.
Declaration
public Icon Icon { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Icon |
Instancia
Identificador de Instância.
Declaration
public string Instancia { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LicVersaoMinima
Identificador da Licença de Versão Minima.
Declaration
public string LicVersaoMinima { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Modulos
Objecto de colecção de Configurações de Modulos.
Declaration
public StdBEConfModulos Modulos { get; }
Property Value
Type | Description |
---|---|
StdBEConfModulos |
NomeAplicacao
Identificador do Nome do Módulo.
Declaration
public string NomeAplicacao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NomeAplicacaoAbreviado
Identificador do Nome do Módulo Abreviado.
Declaration
public string NomeAplicacaoAbreviado { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Password
Identificador de Password.
Declaration
public string Password { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SuportaPreferencias
Identificador do Suporte de Preferências.
Declaration
public bool SuportaPreferencias { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Utilizador
Identificador do Utilizador.
Declaration
public string Utilizador { get; set; }
Property Value
Type | Description |
---|---|
System.String |
VersaoMotorImpressao
Identifica a versão do Motor de Impressão.
Declaration
public StdBETipos.EnumCrVersaoMotor VersaoMotorImpressao { get; set; }
Property Value
Type | Description |
---|---|
StdBETipos.EnumCrVersaoMotor |
VersaoPrincipal
Identificador da Versão Principal.
Declaration
public string VersaoPrincipal { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
StdPlatBE100.IStdBEConfShell