IParameter Interface |
The IParameter type exposes the following members.
Name | Description | |
---|---|---|
Default | Gets default value of the parameter. | |
Description | Gets the description of the parameter. | |
Internal | Gets flag that indicates if parameter is internal. | |
IsDefinition | Gets flag that indicates if parameter is a definition. | |
Name | Gets the name of the parameter. | |
Parse | Gets a custom parsing function that converts string into target type. | |
Required | Gets flag that indicates if the parameter is required. | |
Type | Gets the type of the parameter. |
Name | Description | |
---|---|---|
CreateParameter | Creates a new mutable parameter from its definition. |