Click or drag to resize

BusinessRuleDefaultExecutionPriority Property

Gets the default execution priority of the rule. It is used when priority is not specified when registering the rule for events.

Namespace:  Aloe.SystemFrameworks.Domain.BusinessLogic
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public virtual Nullable<RuleExecutionPriority> DefaultExecutionPriority { get; }

Property Value

Type: NullableRuleExecutionPriority
The default execution priority.

Implements

IBusinessRuleDefaultExecutionPriority
See Also