IMetamodels.RemoveSuperClasses(IClass,IEnumerable<IClass>) Method
Namespace: NextDesign.Core
Description
Removes the superclasses of the specified class.
Any classes that are not included in the superclasses of the specified class will be skipped.
When you delete the inheritance relationship of a class, the model of the inherited class will also be deleted.
Arguments
Name | Type | Description |
---|---|---|
target | IClass | Target class |
superClasses | IEnumerable<IClass> | Super class |
Return value
- void
Exceptions
Name | Exception class | Description |
---|---|---|
Profile cannot be edited | ExtensionEditProfileException | If the profile editing operation fails |