ParameterValueCollection Class |
Namespace: Dundas.BI.Data.Parameters
The ParameterValueCollection type exposes the following members.
Name | Description | |
---|---|---|
ParameterValueCollection |
Initializes a new instance of the ParameterValueCollection class.
| |
ParameterValueCollection(ICollectionParameterValue) |
Initializes a new instance of the ParameterValueCollection class.
|
Name | Description | |
---|---|---|
Count |
Gets the number of elements contained in the ICollectionT.
| |
IsReadOnly |
Gets a value indicating whether the ICollectionT is read-only.
| |
Item |
Gets or sets the ParameterValue with the specified parameter ID.
| |
Keys |
Gets the collection of parameter IDs.
|
Name | Description | |
---|---|---|
Add(ParameterValue) |
Adds an item to the parameter value collection.
| |
Add(Guid, Object) |
Adds the specified parameter value.
| |
Clear |
Removes all items from the ICollectionT.
| |
Contains |
Determines whether the parameter value collection contains a specific value.
| |
CopyTo |
Copies to.
| |
GetBooleanValue |
Gets the Boolean value.
| |
GetEnumerator |
Returns an enumerator that iterates through the collection.
| |
GetNumberValue |
Gets the numeric value.
| |
GetStringValue |
Gets the string value.
| |
Remove |
Removes the first occurrence of a specific object from the parameter value collection.
| |
SetValue |
Sets the specified parameter value.
|
Name | Description | |
---|---|---|
CopyAndConvertListParameterValue, T2(IListT2) | Overloaded.
Copies and converts the list. GetObjectTSource, TTarget(TSource) is used.
(Defined by ModelDataExtensions.) | |
CopyAndConvertListParameterValue, T2(ICollectionT2, ReadOnlyDictionaryTKey, TValue) | Overloaded. (Defined by ModelDataExtensions.) | |
CopyAndConvertListMaybeBuggyParameterValue, T2(IListT2) | Overloaded. (Defined by ModelDataExtensions.) | |
CopyAndConvertListMaybeBuggyParameterValue, T2(ICollectionT2, ReadOnlyDictionaryTKey, TValue) | Overloaded. (Defined by ModelDataExtensions.) | |
CopyToParameterValueData |
Copies to ParameterValue source list to a ParameterValueData contract list destination.
(Defined by ModelDataExtensions.) |