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 ICollectionT. | |
IsReadOnly | Gets a value indicating whether the ICollectionT is read-only. | |
ItemInt32 | Gets or sets the element at the specified index. | |
ItemObject | 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 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, ReadOnlyDictionaryTKey, TValue) | Overloaded. (Defined by ModelDataExtensions.) | |
CopyListToSetKeyValuePairObject, String |
Helper method to copy a list into a 'Set'.
(Defined by ModelDataExtensions.) |