ConstraintTObjectDefaultExecutionPriority 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.Validation
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic override Nullable<RuleExecutionPriority> DefaultExecutionPriority { get; }
Public Overrides ReadOnly Property DefaultExecutionPriority As Nullable(Of RuleExecutionPriority)
Get
public:
virtual property Nullable<RuleExecutionPriority^>^ DefaultExecutionPriority {
Nullable<RuleExecutionPriority^>^ get () override;
}
abstract DefaultExecutionPriority : Nullable<RuleExecutionPriority> with get
override DefaultExecutionPriority : Nullable<RuleExecutionPriority> with get
Property Value
Type:
NullableRuleExecutionPriority
The default execution priority.
Implements
IBusinessRuleDefaultExecutionPriorityIBusinessRuleDefaultExecutionPriority
See Also