Click or drag to resize
FdfSetting Class
Represents a single extension-governed setting. Settings are commonly used to provide global or extension level user-defined options being persisted either in system registry or solely in memory. A single setting may contain other (sub)settings in a tree-like structure. Also, each setting may contain properties which represent actual values utilized by either application or end user during run-time.
Inheritance Hierarchy

Namespace: FDF.Common.Runtime
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public class FdfSetting : FdfLocalizedObject

The FdfSetting type exposes the following members.

Constructors
  NameDescription
Public methodFdfSetting
Initializes a new instance of the FdfSetting class
Public methodFdfSetting(String)
Initializes a new instance of the FdfSetting class
Public methodFdfSetting(String, String)
Initializes a new instance of the FdfSetting class
Public methodFdfSetting(String, String, String)
Initializes a new instance of the FdfSetting class
Public methodFdfSetting(String, String, String, FdfSettingType)
Initializes a new instance of the FdfSetting class
Public methodFdfSetting(String, String, String, FdfSettingType, Boolean)
Initializes a new instance of the FdfSetting class
Top
Properties
  NameDescription
Public propertyControl
Public propertyIsCollapsed
Public propertyIsReactive
If True, in case any of settings' properties value changes, rebuilds complete setting by means of ObjectRequested event.
Public propertyParentName
Public propertyProperties
Public propertySettings
Public propertyType
Top
Methods
  NameDescription
Public methodGetObject
Public methodMerge
Merges specified object instance data with caller object data and stores result into the caller object. Provides optional resolution for merging caller and callee values.
(Overrides FdfNamedObjectMerge(IFdfEnumerable, FdfMergeableResolution).)
Public methodRun
Top
Events
Remarks