[]
Represents the possible values for a parameter. This is used to populate UI selection lists from which users can select a parameter value.
public sealed class ValidValues : IValidateable, ICloneable
A ValidValues object must have one and only one of the following properties set: DataSetReference or ParameterValues.
Name | Description |
---|---|
ValidValues() | Initializes a new instance of the ValidValues class. |
Name | Description |
---|---|
DataSetReference | Gets or sets the query to execute to obtain the default value(s) for the parameter. |
OrderBy | Gets a collection of hardcoded values for the parameter values order. |
ParameterValues | Gets a collection of hardcoded values for the parameter. |
Name | Description |
---|---|
Clone() | Creates a new object that is a copy of the current instance. |
Validate(ValidationContext) | Validates the current state of the ValidValues object. |