Click or drag to resize

SerialNumberConstraintM, DDefaultExecutionPriority 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.EnterpriseOne.Model.Logistics.Core
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public Nullable<RuleExecutionPriority> DefaultExecutionPriority { get; }

Property Value

Type: NullableRuleExecutionPriority
The default execution priority.

Implements

IBusinessRuleDefaultExecutionPriority
See Also