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 (26.2.0.1000)
Syntax
public class ParameterValueCollection : ICollection<ParameterValue>, 
	IEnumerable<ParameterValue>, IEnumerable

The ParameterValueCollection type exposes the following members.

Constructors
 NameDescription
Public methodParameterValueCollection Initializes a new instance of the ParameterValueCollection class.
Public methodParameterValueCollection(ICollectionParameterValue) Initializes a new instance of the ParameterValueCollection class.
Top
Properties
 NameDescription
Public propertyCount Gets the number of elements contained in the ICollectionT.
Public propertyIsReadOnly Gets a value indicating whether the ICollectionT is read-only.
Public propertyItem Gets or sets the ParameterValue with the specified parameter ID.
Public propertyKeys Gets the collection of parameter IDs.
Top
Methods
 NameDescription
Public methodAdd(ParameterValue) Adds an item to the parameter value collection.
Public methodAdd(Guid, Object) Adds the specified parameter value.
Public methodClear Removes all items from the ICollectionT.
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(Guid)Gets the string value, or throws an exception if it was not found.
Public methodGetStringValue(Guid, String) 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
See Also