EntersStatesCondition Constructor (TargetDataCell, ICollectionDataState, ICollectionDataState) |
Namespace:
Dundas.BI.Notifications
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public EntersStatesCondition(
TargetDataCell targetCell,
ICollection<DataState> targetStates,
ICollection<DataState> sourceStates
)
Public Sub New (
targetCell As TargetDataCell,
targetStates As ICollection(Of DataState),
sourceStates As ICollection(Of DataState)
)
public:
EntersStatesCondition(
TargetDataCell^ targetCell,
ICollection<DataState^>^ targetStates,
ICollection<DataState^>^ sourceStates
)
new :
targetCell : TargetDataCell *
targetStates : ICollection<DataState> *
sourceStates : ICollection<DataState> -> EntersStatesCondition
Parameters
- targetCell
- Type: Dundas.BI.NotificationsTargetDataCell
The target cell. - targetStates
- Type: System.Collections.GenericICollectionDataState
The target states. - sourceStates
- Type: System.Collections.GenericICollectionDataState
The source states.
Exceptions See Also