IBusinessRuleExecuteForDeletedObject Property |
Gets a value indicating whether to execute the rule for deleted object.
Namespace:
Aloe.SystemFrameworks.Domain.BusinessLogic
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxbool ExecuteForDeletedObject { get; }
ReadOnly Property ExecuteForDeletedObject As Boolean
Get
property bool ExecuteForDeletedObject {
bool get ();
}
abstract ExecuteForDeletedObject : bool with get
Property Value
Type:
Booleantrue if [execute for deleted object]; otherwise,
false.
See Also