ExitsStatesCondition Constructor (TargetDataCell, 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 ExitsStatesCondition(
TargetDataCell targetCell,
ICollection<DataState> sourceStates
)
Public Sub New (
targetCell As TargetDataCell,
sourceStates As ICollection(Of DataState)
)
public:
ExitsStatesCondition(
TargetDataCell^ targetCell,
ICollection<DataState^>^ sourceStates
)
new :
targetCell : TargetDataCell *
sourceStates : ICollection<DataState> -> ExitsStatesCondition
Parameters
- targetCell
- Type: Dundas.BI.NotificationsTargetDataCell
The target cell. - sourceStates
- Type: System.Collections.GenericICollectionDataState
The source states.
Exceptions See Also