Click or drag to resize

ConfigurationManager class

Static class for saving JobList states on user request. It is saved for each JobList whether it is displayed in the screen display or not. is collapsed or its subnodes are visible.
Inheritance hierarchy
SystemObject
  LogicalTaskTreeConfigurationManager

Namespace: LogicalTaskTree
Assembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public static class ConfigurationManager

The ConfigurationManager Type exposes the following members.

Methods
 NameDescription of the
Public MethodStatic MemberIsExpanded Provides information for a node (nodePath) as to whether it is is to be displayed folded or expanded. Returns zero if either the node has no NodeList or no local configuration has been loaded.
Public MethodStatic MemberLoadLocalConfiguration Loads the current configuration from LocalConfigurationPath. The current configuration is saved for each LogicalNodeViewModel, whether its node is collapsed in the screen display or its sub-nodes are visible. The visibility of the nodes can then be adjusted according to the loaded configuration can be restored.
Public MethodStatic MemberSaveLocalConfiguration Saves the current configuration in the LocalConfigurationDirectory. The current configuration contains the relevant current UI properties (WindowAspects) and for each LogicalNodeViewModel, whether its node in the screen display is collapsed or its subnodes are visible.
Back to the top
Remarks
File: ConfigurationManager.cs Author: Erik Nagel 10.02.2018 Erik Nagel: created
See also