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
Syntaxpublic virtual Nullable<RuleExecutionPriority> DefaultExecutionPriority { get; }
Public Overridable ReadOnly Property DefaultExecutionPriority As Nullable(Of RuleExecutionPriority)
Get
public:
virtual property Nullable<RuleExecutionPriority^>^ DefaultExecutionPriority {
Nullable<RuleExecutionPriority^>^ get ();
}
abstract DefaultExecutionPriority : Nullable<RuleExecutionPriority> with get
override DefaultExecutionPriority : Nullable<RuleExecutionPriority> with get
Property Value
Type:
NullableRuleExecutionPriority
The default execution priority.
Implements
IBusinessRuleDefaultExecutionPriority
See Also