SerialNumberConstraintM, DExecuteForDeletedObject Property |
Gets a value indicating whether to execute the rule for deleted object.
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool ExecuteForDeletedObject { get; }
Public ReadOnly Property ExecuteForDeletedObject As Boolean
Get
public:
virtual property bool ExecuteForDeletedObject {
bool get () sealed;
}
abstract ExecuteForDeletedObject : bool with get
override ExecuteForDeletedObject : bool with get
Property Value
Type:
Booleantrue if [execute for deleted object]; otherwise,
false.
Implements
IBusinessRuleExecuteForDeletedObject
See Also