IBusinessRule Interface |
Namespace: Aloe.SystemFrameworks.Domain.BusinessLogic
The IBusinessRule type exposes the following members.
Name | Description | |
---|---|---|
![]() | Code |
Gets the unique business rule code.
|
![]() | DefaultExecutionPriority |
Gets the default execution priority of the rule.
It is used when priority is not specified when registering the rule for events.
|
![]() | ExecuteForDeletedObject |
Gets a value indicating whether to execute the rule for deleted object.
|
![]() | LocalizedName |
Gets the localized name of the business rule.
|
![]() | Name |
Gets the rule name.
|
Name | Description | |
---|---|---|
![]() | Execute |
Executes the business rule on the specified object.
|
![]() | OnRegistration |
Called upon registration of the business rule in a repository.
|