ConditionGetFailedAction Method |
Gets the action to take when one of the conditions fails.
Namespace: Altaxo.AddInItemsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static ConditionFailedAction GetFailedAction(
IEnumerable<ICondition> conditionList,
Object? parameter
)
Parameters
- conditionList IEnumerableICondition
- The conditions to evaluate.
- parameter Object
- The parameter passed to the condition evaluators.
Return Value
ConditionFailedActionThe action to take when evaluating the conditions.
See Also