Optional ReplayWhen set to true, the save operation will BYPASS Validate() and the actual process of deleting the record from the database but WILL invoke any associated actions (AI Actions, Entity Actions, etc...) Subclasses can also override the Delete() method to provide custom logic that will be invoked when ReplayOnly is set to true
Optional SkipIf set to true, an AI actions associated with the entity will be skipped during the delete operation
Optional SkipIf set to true, any Entity Actions associated with invocation types of Delete will be skipped during the delete operation
Options used when deleting an entity record. Controls whether associated actions and AI operations should be executed during the deletion process.