Represents a custom configuration parameter that can be registered at runtime
(see Register(Configuration..::.CustomConfigurationParam) method).
| C# | Visual Basic | Visual C++ |
public class CustomConfigurationParam : Configuration..::.ConfigurationParam
Public Class CustomConfigurationParam _ Inherits Configuration..::.ConfigurationParam
public ref class CustomConfigurationParam : public Configuration..::.ConfigurationParam
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| Configuration..::.CustomConfigurationParam(CaseInsensitiveString, String, String, String, Object) |
Initializes a new instance of the Configuration..::.CustomConfigurationParam class.
| |
| Configuration..::.CustomConfigurationParam(CaseInsensitiveString, String, String, String, Object, Configuration..::.ConfigurationParam..::.CheckValueHandler) |
Initializes a new instance of the Configuration..::.CustomConfigurationParam class.
| |
| Category |
Gets the category for this parameter.
| |
| Clone()()() |
Clones this instance.
(Overrides Configuration..::.ConfigurationParam.Clone()()().) | |
| DefaultValue |
Gets the parameter's default value.
(Inherited from Configuration..::.ConfigurationParam.) | |
| Description |
Gets the description of this parameter.
| |
| Dirty |
Gets a value specifying if the Value has been changed since last
loading/saving the parameter.
(Inherited from Configuration..::.ConfigurationParam.) | |
| 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.
(Inherited from Configuration..::.ConfigurationParam.) | |
| DisplayName |
Gets the display name of this parameter.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() | Allows an object to try to free resources and perform other cleanup operations before it 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.
(Inherited from Configuration..::.ConfigurationParam.) | |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Name |
Gets the parameter name.
(Inherited from Configuration..::.ConfigurationParam.) | |
| ToString()()() | (Inherited from Configuration..::.ConfigurationParam.) | |
| Type |
Gets the parameter's type.
(Inherited from Configuration..::.ConfigurationParam.) | |
| Value |
Gets or sets the value.
(Inherited from Configuration..::.ConfigurationParam.) |
| Object | ||
| Configuration..::.ConfigurationParam | ||
| Configuration..::.CustomConfigurationParam | ||
