Click or drag to resize
Grid Solutions Framework

IParameterT Properties

The IParameterT type exposes the following members.

Properties
  Name Description
Public property Default Gets default typed value of the parameter.
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.
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)
Top
See Also