ConditionalBusinessRule Constructor |
| Name | Description | |
|---|---|---|
| ConditionalBusinessRule(FuncRepository, IBusinessRule, IBusinessEventMask, NullableRuleExecutionPriority, Boolean) |
Initializes a new instance of the ConditionalBusinessRule class
providing a function to determine if the rule should be registered for a specific repository.
| |
| ConditionalBusinessRule(FuncRepository, IBusinessRule, FuncRepository, IEnumerableIBusinessEventMask, NullableRuleExecutionPriority, Boolean) |
Initializes a new instance of the ConditionalBusinessRule class
providing a function to determine if the rule should be registered for a specific repository
and function to determine the event masks for a specific repository.
| |
| ConditionalBusinessRule(String, IBusinessRule, IBusinessEventMask, NullableRuleExecutionPriority, Boolean) |
Initializes a new instance of the ConditionalBusinessRule class
providing an exact repository name for the rule.
|