CollectionBooleanValue Constructor (Guid, IListBoolean)

Initializes a new instance of the CollectionBooleanValue class.

Namespace:  Dundas.BI.Data.Parameters
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public CollectionBooleanValue(
	Guid parameterId,
	IList<bool> values
)

Parameters

parameterId
Type: SystemGuid
The parameter ID.
values
Type: System.Collections.GenericIListBoolean
The list of values.
See Also