Click or drag to resize
Grid Solutions Framework

IMutableParameter Properties

The IMutableParameter type exposes the following members.

Properties
  Name Description
Public property Default Gets default value of the parameter.
(Inherited from IParameter)
Public property Description Gets the description of the parameter.
(Inherited from IParameter)
Public property Internal Gets flag that indicates if parameter is internal.
(Inherited from IParameter)
Public property IsDefinition Gets flag that indicates if parameter is a definition.
(Inherited from IParameter)
Public property Name Gets the name of the parameter.
(Inherited from IParameter)
Public property Parse Gets a custom parsing function that converts string into target type.
(Inherited from IParameter)
Public property Required Gets flag that indicates if the parameter is required.
(Inherited from IParameter)
Public property Type Gets the type of the parameter.
(Inherited from IParameter)
Public property Value Gets or sets the actual value of the parameter.
Top
See Also