IMutable
|
The IMutableParameter type exposes the following members.
Name | Description | |
---|---|---|
Default |
Gets default value of the parameter.
(Inherited from IParameter) |
|
Description |
Gets the description of the parameter.
(Inherited from IParameter) |
|
Internal |
Gets flag that indicates if parameter is internal.
(Inherited from IParameter) |
|
IsDefinition |
Gets flag that indicates if parameter is a definition.
(Inherited from IParameter) |
|
Name |
Gets the name of the parameter.
(Inherited from IParameter) |
|
Parse |
Gets a custom parsing function that converts string into target type.
(Inherited from IParameter) |
|
Required |
Gets flag that indicates if the parameter is required.
(Inherited from IParameter) |
|
Type |
Gets the type of the parameter.
(Inherited from IParameter) |
|
Value | Gets or sets the actual value of the parameter. |