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
Syntaxpublic bool ExecuteForDeletedObject { get; set; }
Public Property ExecuteForDeletedObject As Boolean
Get
Set
public:
virtual property bool ExecuteForDeletedObject {
bool get () sealed;
void set (bool value) sealed;
}
abstract ExecuteForDeletedObject : bool with get, set
override ExecuteForDeletedObject : bool with get, set
Property Value
Type:
Booleantrue if [execute for deleted object]; otherwise,
false.
Implements
IBusinessRuleExecuteForDeletedObject
See Also