Class Globals
Global setting for CMSAdapter Core.
Inheritance
System.Object
Globals
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: Quark.CMSAdapters.Core
Assembly: Quark.CMSAdapters.Core.dll
Syntax
public class Globals
Properties
ApplicationName
Gets or sets the name of the application.
Declaration
public static string ApplicationName { get; }
Property Value
Type | Description |
---|---|
System.String | The name of the application. |
DefaultCaption
Gets or sets the default caption. Default caption is used by Message Box.
Declaration
public static string DefaultCaption { get; }
Property Value
Type | Description |
---|---|
System.String | The default caption. |
DefaultJsApiContext
Gets the default JS API context.
Declaration
public static string DefaultJsApiContext { get; }
Property Value
Type | Description |
---|---|
System.String | The default JS API context. |
Dispatcher
Gets the UI thread dispatcher.
Declaration
public static Dispatcher Dispatcher { get; }
Property Value
Type | Description |
---|---|
System.Windows.Threading.Dispatcher | The UI thread dispatcher. |
JsApiHost
Gets the JS API host application name as defined by Quark.Qcef.HostApplications.
Declaration
public static string JsApiHost { get; }
Property Value
Type | Description |
---|---|
System.String | The JS API host. |
LaunchConfigurationPath
Gets the launch configuration path.
Declaration
public static string LaunchConfigurationPath { get; }
Property Value
Type | Description |
---|---|
System.String | The launch configuration path. |
OverriddenConfigurationPath
Gets the overridden configuration path.
Declaration
public static string OverriddenConfigurationPath { get; }
Property Value
Type | Description |
---|---|
System.String | The overridden configuration path. |