Click or drag to resize

EditableRepositoryRegisterRuleForCommit Method

Registers a constraint for the Commit validation event. For more information, ValidationEvent.

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public void RegisterRuleForCommit(
	IBusinessRule constraint
)

Parameters

constraint
Type: Aloe.SystemFrameworks.Domain.BusinessLogicIBusinessRule
The constraint.
See Also