Represents a single configuration parameter with a name, type and default and current value.
| C# | Visual Basic | Visual C++ |
public class ConfigurationParam
Public Class ConfigurationParam
public ref class ConfigurationParam
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| Configuration..::.ConfigurationParam(CaseInsensitiveString, Object, Boolean) |
Initializes a new instance of the Configuration..::.ConfigurationParam class.
| |
| Configuration..::.ConfigurationParam(CaseInsensitiveString, Object, Configuration..::.ConfigurationParam..::.CheckValueHandler, Boolean) |
Initializes a new instance of the Configuration..::.ConfigurationParam class.
| |
| Clone()()() |
Clones this instance.
| |
| DefaultValue |
Gets the parameter's default value.
| |
| Dirty |
Gets a value specifying if the Value has been changed since last
loading/saving the parameter.
| |
| DirtyIfEqualValue |
Gets or sets a value indicating whether the Dirty flag is set
when setting the Value even if the old and the new values are equal.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Local |
Defines if the parameter should be exported or imported.
| |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Name |
Gets the parameter name.
| |
| ToString()()() | (Overrides Object.ToString()()().) | |
| Type |
Gets the parameter's type.
| |
| Value |
Gets or sets the value.
|
| Object | ||
| Configuration..::.ConfigurationParam | ||
| Configuration..::.CustomConfigurationParam | ||
