ValidationConstraintTObjectExecuteCore Method |
Executes the business rule on the specified object.
Namespace:
Aloe.SystemFrameworks.Domain.Validation
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic override void ExecuteCore(
DomainObject obj,
BusinessEvent businessEvent
)
Public Overrides Sub ExecuteCore (
obj As DomainObject,
businessEvent As BusinessEvent
)
public:
virtual void ExecuteCore(
DomainObject^ obj,
BusinessEvent^ businessEvent
) override
abstract ExecuteCore :
obj : DomainObject *
businessEvent : BusinessEvent -> unit
override ExecuteCore :
obj : DomainObject *
businessEvent : BusinessEvent -> unit
Parameters
- obj
- Type: Aloe.SystemFrameworks.DomainDomainObject
The object on which to execute the business rule. - businessEvent
- Type: Aloe.SystemFrameworks.Domain.BusinessLogicBusinessEvent
The business event which triggered the execution of the rule.
See Also