Interface defining a business/validation rule implementation. More...
Public Member Functions | |
Task | ExecuteAsync (IRuleContext context) |
Business or validation rule implementation. More... | |
Additional Inherited Members | |
Properties inherited from Csla.Rules.IBusinessRuleBase | |
List< Csla.Core.IPropertyInfo > | InputProperties [get] |
Gets a list of secondary property values to be supplied to the rule when it is executed. More... | |
List< Csla.Core.IPropertyInfo > | AffectedProperties [get] |
Gets a list of properties affected by this rule. More... | |
Csla.Core.IPropertyInfo | PrimaryProperty [get] |
Gets the primary property affected by this rule. More... | |
string | RuleName [get] |
Gets a unique rule:// URI for the specific instance of the rule within the context of the business object where the rule is used. More... | |
int | Priority [get] |
Gets the rule priority. More... | |
bool | ProvideTargetWhenAsync [get] |
Gets a value indicating that the Target property should be set even for an async rule (note that using Target from a background thread will cause major problems). More... | |
RunModes | RunMode [get] |
Gets the context in which the rule is allowed to execute. More... | |
bool | IsAsync [get] |
Gets a value indicating whether the Execute() method will run asynchronous code. More... | |
Interface defining a business/validation rule implementation.
Definition at line 104 of file IBusinessRule.cs.
Task Csla.Rules.IBusinessRuleAsync.ExecuteAsync | ( | IRuleContext | context | ) |
Business or validation rule implementation.
context | Rule context object. |
Implemented in Csla.Analyzers.IntegrationTests.AsynchronousRuleNewSchool, Csla.Analyzers.IntegrationTests.CallingComplete, Csla.Analyzers.IntegrationTests.CallingCompleteWithNameof, Csla.Testing.Business.BusyStatus.ItemWithAsynchRule.TwoSecondsLongRule, Csla.Test.ValidationRules.LookupCustomer, and Csla.Rules.BusinessRuleAsync.