Click or drag to resize

ConditionGetFailedAction Method

Gets the action to take when one of the conditions fails.

Namespace: Altaxo.AddInItems
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public 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

ConditionFailedAction
The action to take when evaluating the conditions.
See Also