Name | Description | |
---|---|---|
ParameterViewModel Constructor | Overloaded. |
The following tables list the members exposed by ParameterViewModel.
Name | Description | |
---|---|---|
ParameterViewModel Constructor | Overloaded. |
Name | Description | |
---|---|---|
DateOnly | True if parameter allows only date to be entered. | |
DisplayFormat | Parameter display format. | |
Enabled | True if user can change the parameter (parameter doesn't have no unfulfilled dependencies) | |
ErrorType | Type of the last error. null if everything is OK. | |
ExtendedInfo | Contains error description of parameter | |
IsRelativeDate | True if we enter relative date value | |
IsValueNull | True if value is null | |
MultiLine | True if parameter is multiline | |
Nullable | True if parameter can be null | |
Options | List of options for multivalued parameters | |
ParameterName | Gets the parameter name | |
ParameterType | Gets the parameter type | |
Prompt | Gets the label | |
RangeDatePart | Value of range part of relative date | |
RepresentedWith | Returns type of control to hold the value(s) | |
SelectAll | Special the parameter value in case multivalue parameter (select all Values) | |
ShiftDatePart | Value of shift part of relative date | |
StartDatePart | Value of start part of relative date | |
StringValue | String representation of parameter value. String.Empty converted to null unless parameter is String and it's AllowEmpty is true | |
SupportRelativeDate | True if parameter support relative date | |
Value | Gets typed parameter value, ie DateTime or Bool | |
ValueEnabled | True if user can change actual value. False if not |