Search Results for

    Show / Hide Table of Contents

    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.

    Extension Methods

    UtilityExtensions.DeepClone<T>(T)
    UtilityExtensions.IsMethodImplemented(Object, String)
    UtilityExtensions.LogError(Object, String)
    UtilityExtensions.ShowAndLogError(Object)
    UtilityExtensions.ShowAndLogError(Object, Window)
    UtilityExtensions.ShowAndLogError(Object, String, Window, String, String)
    UtilityExtensions.GetJsonValue<T>(Object, String, Boolean)
    UtilityExtensions.ToAssetInfo(Object, Nullable<Boolean>)
    In This Article
    Back to top © 2022 Quark Software Inc. All rights reserved.