[]
Represents a possible value for the parameter.
public sealed class ParameterValue : IValidateable
| Name | Description |
|---|---|
| ParameterValue() | Initializes a new instance of the ParameterValue class. |
| Name | Description |
|---|---|
| Label | Gets or sets a user-friendly label to display for the value in the UI. |
| Value | Gets or sets a possible value 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 ParameterValue object. |