Click or drag to resize

RuleExecutionPriority Class

Determines the execution priority of a business rule, related to other rules.
Inheritance Hierarchy

Namespace:  Aloe.SystemFrameworks.Domain.BusinessLogic
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public sealed class RuleExecutionPriority : Enum

The RuleExecutionPriority type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberEarly
The rule will be executed early, before other rules.
Public fieldStatic memberLate
The rule will be executed after other rules.
Public fieldStatic memberNormal
The normal execution priority.
Public fieldStatic memberSystemLateUpdate
The rule can update and will be executed last.
Public fieldStatic memberSystemLateValidate
The rule will be executed last and can not update.
Public fieldvalue__
Top
See Also