Search Results for

    Show / Hide Table of Contents

    Class ConfigurationManager

    IConfigurationManager interface implementation.

    Inheritance
    System.Object
    ConfigurationManager
    Implements
    IConfigurationManager
    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.QPP
    Assembly: Quark.CMSAdapters.QPP.dll
    Syntax
    public class ConfigurationManager : IConfigurationManager

    Constructors

    ConfigurationManager()

    Initializes a new instance of the ConfigurationManager class.

    Declaration
    public ConfigurationManager()

    Methods

    CleanUp()

    Cleans up resources.

    Declaration
    public void CleanUp()

    IsConfigurationUpdateRequired(String)

    Determines whether configuration update is required.

    Declaration
    public bool IsConfigurationUpdateRequired(string localConfigurationPath)
    Parameters
    Type Name Description
    System.String localConfigurationPath

    The local configuration path.

    Returns
    Type Description
    System.Boolean

    true if configuration update is required; otherwise, false.

    SetServerConfigurationPath(String)

    Sets the server configuration path.

    Declaration
    public string SetServerConfigurationPath(string serverConfigurationPathIdentifier)
    Parameters
    Type Name Description
    System.String serverConfigurationPathIdentifier

    The server configuration path identifier.

    Returns
    Type Description
    System.String

    The server configuration path

    UpdateConfiguration(String)

    Updates the configuration.

    Declaration
    public bool UpdateConfiguration(string localConfigurationPath)
    Parameters
    Type Name Description
    System.String localConfigurationPath

    The local configuration path.

    Returns
    Type Description
    System.Boolean

    Implements

    IConfigurationManager

    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.