Assembly: Ms;
The IValidationSelectionValueList interface is used to determine a data set used for validation.
IValidationSelectionValueList
Data used for validation is determined using a set of selections by series mandatory attributes.
To get data set, use the IValidationDetails.SelectionTargetData property.
Property name | Brief description | |
Count | The Count property returns the number of selections in the set. | |
Item | The Item property returns determined selection from the set. | |
ScenarioKey | The ScenarioKey property determines the scenario key, by which validation should be calculated. |
Method name | Brief description | |
Add | The Add method adds the specified selection to the set. | |
Clear | The Clear method clears data set. | |
FindById | The FindById method searches for selection by dictionary identifier. | |
FindByKey | The FindByKey method searches for selection by dictionary key. | |
Remove | The Remove method removes the specified selection from the set. | |
RemoveByKey | The RemoveByKey method removes selection by dictionary key. |
See also: