Click or drag to resize

IConfigurationManager Interface

Represents the base interface to manage configurations of the marker library.

Namespace: RAYLASE.Marker.Configuration
Assembly: RAYLASE.Marker.Configuration (in RAYLASE.Marker.Configuration.dll) Version: 2.19.0
Syntax
C#
public interface IConfigurationManager

The IConfigurationManager type exposes the following members.

Properties
 NameDescription
Public propertyAppName 
Public propertyCompanyName 
Public propertyMarkerDirectory Returns the path of the directory containing RAYLASE.Marker.dll
Public propertySupportEmailAddress 
Public propertySystemDirectory 
Public propertyUserDirectory 
Top
Methods
 NameDescription
Public methodLoadApplicationConfiguration Loads a saved application configuration file based on its level.
Public methodLoadConfigurationT Loads a saved configuration file based on its level.
Public methodLoadWorkspaceConfigurations Loads the list of workspace configurations.
Public methodRemoveConfigurationFromCache Removes an entry from the list of cached configurations.
Public methodSaveApplicationConfiguration Saves a application configuration to its hierarchical level.
Public methodSaveConfigurationT Saves a configuration to its hierarchical level.
Public methodSaveWorkspaceConfigurations Saves the list of workspace configurations.
Top
See Also