Click or drag to resize
Grid Solutions Framework

ParameterDefinitionT Properties

The ParameterDefinitionT 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.
Public property Internal Gets flag that indicates if parameter is internal.
Public property IsDefinition Gets flag that indicates if parameter is a definition.
Public property Name Gets the name of the parameter.
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.
Public property Type Gets the type of the parameter.
Top
See Also