IDynamicConfigParameter Interface |
Namespace: Rubedos.Viper.Net.Iface
public interface IDynamicConfigParameter
The IDynamicConfigParameter type exposes the following members.
Name | Description | |
---|---|---|
![]() | DefaultObject | Gets or sets the default value as object (performs internal cast) |
![]() | Description | Gets the human readable description of parameter |
![]() | MaxObject | Gets or sets the maximum value as object (performs internal cast) |
![]() | MinObject | Gets or sets the minimum value as object (performs internal cast) |
![]() | Name | Gets the name of the parameter |
![]() | ValueObject | Gets or sets the value as object (performs internal cast) |
![]() | ValueType | Gets the type of the value. |
Name | Description | |
---|---|---|
![]() | Compare |
Compare if parameter values are equal. Difference from Equals is that Default/Min/Max are ignored
|
![]() | ReadXml |
Reads xml from reader source
|
![]() | ValueFromString |
Gets config value from string
|
![]() | WriteXml |
Writes Xml formatted config to the writer
|
Name | Description | |
---|---|---|
![]() | ValueChanged | Event queue for all listeners interested in ValueChanged events. |