![]() |
IMutable
|
public interface IMutableParameter<T> : IMutableParameter, IParameter, IParameter<T>
The IMutableParameterT 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 typed value of the parameter. |
Name | Description | |
---|---|---|
![]() | CreateParameter |
Creates a new mutable parameter from its definition.
(Inherited from IParameter) |