Click or drag to resize

ConditionalBusinessRule Constructor (String, IBusinessRule, IBusinessEventMask, NullableRuleExecutionPriority, Boolean)

Initializes a new instance of the ConditionalBusinessRule class providing an exact repository name for the rule.

Namespace:  Aloe.EnterpriseOne.Model.Core
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public ConditionalBusinessRule(
	string repositoryName,
	IBusinessRule rule,
	IBusinessEventMask eventMask,
	Nullable<RuleExecutionPriority> priority = null,
	bool revocable = false
)

Parameters

repositoryName
Type: SystemString
Name of the repository. The rule is registered to this specific repository.
rule
Type: Aloe.SystemFrameworks.Domain.BusinessLogicIBusinessRule
The rule.
eventMask
Type: Aloe.SystemFrameworks.Domain.BusinessLogicIBusinessEventMask
The event mask.
priority (Optional)
Type: SystemNullableRuleExecutionPriority
The priority.
revocable (Optional)
Type: SystemBoolean
if set to true [revocable].
See Also