AvailableValuesCollection Methods |
The AvailableValuesCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| Add | Adds the specified value. | |
| Clear | Removes all items from the ICollectionT. | |
| Contains(KeyValuePairObject, String) | Determines whether the ICollectionT contains a specific value. | |
| Contains(Object) | Determines whether a value is in the collection. | |
| GetEnumerator | Returns an enumerator that iterates through the collection. | |
| Remove |
Removes the first occurrence of a specific value from the collection.
| |
| RemoveAt | Removes the IListT item at the specified index. | |
| Sort | Sorts the elements in the collection using the specified comparison. | |
| TryGetDisplayText | Gets the display text associated with a specified value. |
| Name | Description | |
|---|---|---|
| CopyAndConvertListKeyValuePairObject, String, T2(IListT2) | Overloaded.
Copies and converts the list. GetObjectTSource, TTarget(TSource) is used.
(Defined by ModelDataExtensions.) | |
| CopyAndConvertListKeyValuePairObject, String, T2(ICollectionT2, ReadOnlyDictionaryString, ActionKeyValuePairObject, String, T2) | Overloaded.
Copies and converts the list. GetObjectTSource, TTarget(TSource) is used.
(Defined by ModelDataExtensions.) | |
| CopyListToSetKeyValuePairObject, String |
Helper method to copy a list into a 'Set'.
(Defined by ModelDataExtensions.) |