Click or drag to resize

SerialNumberConstraintM, DOnRegistration Method

Called upon registration of the business rule in a repository.

Namespace:  Aloe.EnterpriseOne.Model.Logistics.Core
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public void OnRegistration(
	EditableRepository rep,
	IBusinessEventMask mask,
	Nullable<RuleExecutionPriority> priority = null
)

Parameters

rep
Type: Aloe.SystemFrameworks.DomainEditableRepository
The repository in which the rule is registered.
mask
Type: Aloe.SystemFrameworks.Domain.BusinessLogicIBusinessEventMask
The mask, which is used for the registration.
priority (Optional)
Type: SystemNullableRuleExecutionPriority
The priority, which is used for the registration..
See Also