Interface IBehaviorRuleFlowControl
Contract for controlling the flow of behavior rules.
Namespace: Kephas.Behaviors
Assembly: Kephas.Core.dll
Syntax
public interface IBehaviorRuleFlowControl
Properties
| Improve this Doc View SourceIsEndRule
Gets a value indicating whether this rule ends the processing flow.
Declaration
bool IsEndRule { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ProcessingPriority
Gets the processing priority.
Declaration
int ProcessingPriority { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The processing priority. |