Click or drag to resize

IDynamicConfigParameter Interface

Interface for dynamic configuration parameter.

Namespace:  Rubedos.Viper.Net.Iface
Assembly:  Rubedos.Viper.Net.Iface (in Rubedos.Viper.Net.Iface.dll) Version: 1.0.0.2336 (1.0.00000.2336)
Syntax
C#
public interface IDynamicConfigParameter

The IDynamicConfigParameter type exposes the following members.

Properties
  NameDescription
Public propertyDefaultObject
Gets or sets the default value as object (performs internal cast)
Public propertyDescription
Gets the human readable description of parameter
Public propertyMaxObject
Gets or sets the maximum value as object (performs internal cast)
Public propertyMinObject
Gets or sets the minimum value as object (performs internal cast)
Public propertyName
Gets the name of the parameter
Public propertyValueObject
Gets or sets the value as object (performs internal cast)
Public propertyValueType
Gets the type of the value.
Top
Methods
  NameDescription
Public methodCompare
Compare if parameter values are equal. Difference from Equals is that Default/Min/Max are ignored
Public methodReadXml
Reads xml from reader source
Public methodValueFromString
Gets config value from string
Public methodWriteXml
Writes Xml formatted config to the writer
Top
Events
  NameDescription
Public eventValueChanged
Event queue for all listeners interested in ValueChanged events.
Top
See Also