Skip to main content

IMetamodels.AddSuperClasses(IClass,string,bool) Method

Namespace: NextDesign.Core

Description

Sets the superclass of the specified class.

See the description of IMetamodels for how to specify the class name and the fuzzy match option.

Arguments

NameTypeDescription
targetIClassTarget class
superClassNamesstringSuperclass name
You can specify multiple class names separated by commas.
fuzzyboolFuzzy match option
The default value is true.
If fuzzy is set to false, the class name is evaluated as a fully qualified name.
If a class with the same name exists, you can specify false for fuzzy and the fully qualified name for superClassNames to identify the expected class.

Return value

  • void

Exceptions

NameException classDescription
Class not foundExtensionTypeNotFoundExceptionSpecified class not found
Profile editing not possibleExtensionEditProfileExceptionProfile editing operation failed