ExitsStatesCondition Constructor (TargetDataCell, ICollection<DataState>) |
Namespace:
Dundas.BI.Notifications
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntaxpublic 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.Notifications.TargetDataCell
The target cell. - sourceStates
- Type: System.Collections.Generic.ICollection<DataState>
The source states.
Exceptions
See Also