Click or drag to resize

BusinessRuleExecuteForDeletedObject Property

Gets a value indicating whether to execute the rule for deleted object. The default is false. Inheritors can override it.

Namespace:  Aloe.SystemFrameworks.Domain.BusinessLogic
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public bool ExecuteForDeletedObject { get; set; }

Property Value

Type: Boolean
true if [execute for deleted object]; otherwise, false.

Implements

IBusinessRuleExecuteForDeletedObject
See Also