Class TBrookConstraints
Unit
BrookConstraints
Declaration
type TBrookConstraints = class(TBrookCustomConstraints)
Description
Registers and executes constraint classes.
Hierarchy
Overview
Methods
Description
Methods
|
class procedure RegisterService; |
Registers the service provided by this class.
|
|
class procedure UnregisterService; |
Unregisters the service provided by this class.
|
|
procedure Execute(AAction: TBrookAction; ARoute: TBrookRoute); virtual; |
Triggers the user validations implemented in the constraint.
|
Generated by PasDoc 0.15.0.
|