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
Name | Type | Description |
---|---|---|
target | IClass | Target class |
superClassNames | string | Superclass name You can specify multiple class names separated by commas. |
fuzzy | bool | Fuzzy 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
Name | Exception class | Description |
---|---|---|
Class not found | ExtensionTypeNotFoundException | Specified class not found |
Profile editing not possible | ExtensionEditProfileException | Profile editing operation failed |