The ModelParameterClass type exposes the following members.

Methods

  NameDescription
Public methodEvokeReloadEvent
Evokes reload event for any object listening to this ModelParameter
Public methodisBaseValueInRange(Int32)
Query if 'value' is in base ModelPArameter range.
Public methodisBaseValueInRange(Int32, String%)
Query if 'value' is in base ModelParameter range.
Public methodisProviderValueInRange(Int32, eProvider)
Query if 'value' is in provider ModelPArameter range.
Public methodisProviderValueInRange(Int32, eProvider, String%)
Query if 'value' is in provider ModelPArameter range.
Public methodisSpecialRangeCheck
Query if this object is special range check.
Public methodShouldCheckRange
Queries if we should check range./

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.

Events

  NameDescription
Public eventReloadEvent
Event queue for all listeners interested in Reload events.

See Also