AvailableValuesCollection Methods

The AvailableValuesCollection type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds the specified value.
Public methodClear
Removes all items from the ICollectionT.
Public methodContains(KeyValuePairObject, String)
Determines whether the ICollectionT contains a specific value.
Public methodContains(Object)
Determines whether a value is in the collection.
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodRemove
Removes the first occurrence of a specific value from the collection.
Public methodRemoveAt
Removes the IListT item at the specified index.
Public methodSort
Sorts the elements in the collection using the specified comparison.
Public methodTryGetDisplayText
Gets the display text associated with a specified value.
Top
Extension Methods
  NameDescription
Public Extension MethodCopyAndConvertListKeyValuePairObject, String, T2(IListT2)Overloaded. (Defined by ModelDataExtensions.)
Public Extension MethodCopyAndConvertListKeyValuePairObject, String, T2(ICollectionT2, ReadOnlyDictionaryString, ActionKeyValuePairObject, String, T2)Overloaded. (Defined by ModelDataExtensions.)
Public Extension MethodCopyListToSetKeyValuePairObject, String
Helper method to copy a list into a 'Set'.
(Defined by ModelDataExtensions.)
Top
See Also