Click or drag to resize

EditableRepositoryExecuteBusinessRules Method

Validates the specified object for the specified business event.

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public void ExecuteBusinessRules(
	DomainObject obj,
	BusinessEvent validationEvent
)

Parameters

obj
Type: Aloe.SystemFrameworks.DomainDomainObject
The object to validate.
validationEvent
Type: Aloe.SystemFrameworks.Domain.BusinessLogicBusinessEvent
The event for which to validate.
See Also