Skip to main content

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

NameTypeDescription
targetIClassTarget class
superClassesIEnumerable<IClass>Super class

Return value

  • void

Exceptions

NameException classDescription
Profile cannot be editedExtensionEditProfileExceptionIf the profile editing operation fails