AvailableValuesCollection Class |
Namespace: Dundas.BI.Configuration
The AvailableValuesCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | AvailableValuesCollection() |
Initializes a new instance of the AvailableValuesCollection class.
|
![]() | AvailableValuesCollection(Int32) |
Initializes a new instance of the AvailableValuesCollection class.
|
Name | Description | |
---|---|---|
![]() | Count | Gets the number of elements contained in the ICollection<T>. |
![]() | IsReadOnly | Gets a value indicating whether the ICollection<T> is read-only. |
![]() | Item[Int32] | Gets or sets the element at the specified index. |
![]() | Item[Object] | Gets the display text associated with the specified value. |
![]() | Values | Gets all the values contained in the instance. |
Name | Description | |
---|---|---|
![]() | Add | Adds the specified value. |
![]() | Clear | Removes all items from the ICollection<T>. |
![]() | Contains(KeyValuePair<Object, String>) | Determines whether the ICollection<T> 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 IList<T> 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 | |
---|---|---|
![]() | CopyAndConvertList<KeyValuePair<Object, String>, T2>(IList<T2>) | Overloaded.
Copies and converts the list. GetObject<TSource, TTarget> (TSource) is used.
(Defined by ModelDataExtensions.) |
![]() | CopyAndConvertList<KeyValuePair<Object, String>, T2>(ICollection<T2>, ReadOnlyDictionary<TKey, TValue>) | Overloaded. (Defined by ModelDataExtensions.) |
![]() | CopyListToSet<KeyValuePair<Object, String>> |
Helper method to copy a list into a 'Set'.
(Defined by ModelDataExtensions.) |