The ModelParameterClass type exposes the following members.

Properties

  NameDescription
Public propertyFieldname
Gets or sets the fieldname.
Public propertyHighRange
Gets or sets the high range for conducting range checks.
Public propertyisBaseParam
Gets a value indicating whether this object is base parameter.
Public propertyisInputParam
Gets a value indicating whether this object is input parameter.
Public propertyisOutputParam
Gets a value indicating whether this object is output parameter.
Public propertyisProviderParam
Gets a value indicating whether this object is provider parameter.
Public propertyLabel
Gets or sets the label.
Public propertyLowRange
Gets or sets the low range for conducting range checks.
Public propertyModelParam
Gets the model parameter emumerator.
Public propertyParamType
Gets or sets the type of the parameter.
Public propertyProviderProperty
Gets the providerArrayproperty for the ModelParameter.
Public propertyRangeCheckType
Gets or sets the type of the range check.
Public propertyValue
Gets or sets the ModelParameter value.

See Also