Click or drag to resize

ActionBusinessRuleTObject Constructor

Namespace:  Aloe.SystemFrameworks.Domain.BusinessLogic
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public ActionBusinessRule(
	string code,
	string name,
	Func<TObject, bool> condition,
	Action<TObject> action
)

Parameters

code
Type: SystemString
The rule code.
name
Type: SystemString
The name.
condition
Type: SystemFuncTObject, Boolean
The condition.
action
Type: SystemActionTObject
The action.
See Also