IMetamodels.NewClass method
Namespace: NextDesign.Core
Description
Generate a new class.
argument
Name | Type | Description |
---|---|---|
name | string | Class Name |
owner | IPackage | Belongs to the package The default is null. |
isAbstract | bool | Is this type abstract? The default is false. |
Return value
Exceptions
Name | Exception Class | Description |
---|---|---|
Profile cannot be edited | ExtensionEditProfileException | If the profile edit operation fails |