InStatesCondition Constructor (ICollectionTargetDataCell, ICollectionDataState, RequestOverrides, IEnumerableParameterValue) |
Namespace:
Dundas.BI.Notifications
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public InStatesCondition(
ICollection<TargetDataCell> targetCells,
ICollection<DataState> targetStates,
RequestOverrides requestOverrides,
IEnumerable<ParameterValue> parameterValues
)
Public Sub New (
targetCells As ICollection(Of TargetDataCell),
targetStates As ICollection(Of DataState),
requestOverrides As RequestOverrides,
parameterValues As IEnumerable(Of ParameterValue)
)
public:
InStatesCondition(
ICollection<TargetDataCell^>^ targetCells,
ICollection<DataState^>^ targetStates,
RequestOverrides^ requestOverrides,
IEnumerable<ParameterValue^>^ parameterValues
)
new :
targetCells : ICollection<TargetDataCell> *
targetStates : ICollection<DataState> *
requestOverrides : RequestOverrides *
parameterValues : IEnumerable<ParameterValue> -> InStatesCondition
Parameters
- targetCells
- Type: System.Collections.GenericICollectionTargetDataCell
The target cells. - targetStates
- Type: System.Collections.GenericICollectionDataState
The target states. - requestOverrides
- Type: Dundas.BI.Data.DataRetrievalRequestOverrides
The metric set data retrieval overrides. - parameterValues
- Type: System.Collections.GenericIEnumerableParameterValue
The parameter values.
Exceptions See Also