DataDrivenNotificationDefineCustomState Method |
Defines a new custom state for the current instance.
Namespace: Dundas.BI.NotificationsAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic CustomState DefineCustomState(
MeasureUsage measure,
string name,
string description,
RangeNumberValue rangeNumberValue
)
Public Function DefineCustomState (
measure As MeasureUsage,
name As String,
description As String,
rangeNumberValue As RangeNumberValue
) As CustomState
public:
CustomState^ DefineCustomState(
MeasureUsage^ measure,
String^ name,
String^ description,
RangeNumberValue^ rangeNumberValue
)
member DefineCustomState :
measure : MeasureUsage *
name : string *
description : string *
rangeNumberValue : RangeNumberValue -> CustomState Parameters
- measure MeasureUsage
- The measure.
- name String
- The state name.
- description String
- The state description.
- rangeNumberValue RangeNumberValue
- The defined range for the custom state.
Return Value
CustomStateThe custom state.
Exceptions
See Also