ParameterValueCollection Class

A collection of parameter values.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.ParametersParameterValueCollection

Namespace:  Dundas.BI.Data.Parameters
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1000)
Syntax
public class ParameterValueCollection : ICollection<ParameterValue>, 
	IEnumerable<ParameterValue>, IEnumerable

The ParameterValueCollection type exposes the following members.

Constructors
Properties
Methods
  NameDescription
Public methodAdd(ParameterValue)
Adds an item to the parameter value collection.
Public methodAdd(Guid, Object)
Adds the specified parameter value.
Public methodClear
Public methodContains
Determines whether the parameter value collection contains a specific value.
Public methodCopyTo
Copies to.
Public methodGetBooleanValue
Gets the Boolean value.
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetNumberValue
Gets the numeric value.
Public methodGetStringValue
Gets the string value.
Public methodRemove
Removes the first occurrence of a specific object from the parameter value collection.
Public methodSetValue
Sets the specified parameter value.
Top
Extension Methods
  NameDescription
Public Extension MethodCopyAndConvertListParameterValue, T2(IListT2)Overloaded. (Defined by ModelDataExtensions.)
Public Extension MethodCopyAndConvertListParameterValue, T2(ICollectionT2, ReadOnlyDictionaryString, ActionParameterValue, T2)Overloaded. (Defined by ModelDataExtensions.)
Public Extension MethodCopyAndConvertListMaybeBuggyParameterValue, T2(IListT2)Overloaded. (Defined by ModelDataExtensions.)
Public Extension MethodCopyAndConvertListMaybeBuggyParameterValue, T2(ICollectionT2, ReadOnlyDictionaryString, ActionParameterValue, T2)Overloaded. (Defined by ModelDataExtensions.)
Public Extension MethodCopyToParameterValueData
Copies to ParameterValue source list to a ParameterValueData contract list destination.
(Defined by ModelDataExtensions.)
Top
See Also