IModel.Delete method
Namespace: NextDesign.Core
Description
Delete this instance. If you call this method on an instance that has already been deleted, nothing happens.
Deleting this instance will result in the following changes to the model:
- The ownership relationship between this instance and the owner (parent element) is deleted.
- All reference associations with this instance as the association end will be deleted.
- All child elements and following elements owned by this instance, and reference associations with those elements as related ends are deleted.
Return value
- void