IMetamodels.MoveToPackage(IEnumerable<IClass>,IPackage) Method
Namespace: NextDesign.Core
Description
Moves the specified class to the specified package.
Arguments
Name | Type | Description |
---|---|---|
targets | IEnumerable<IClass> | Class to move |
newOwner | IPackage | Destination package |
Return value
- void
Exceptions
Name | Exception class | Description |
---|---|---|
Invalid argument | ExtensionArgumentException | Destination package not specified |
Unique constraint violation | ExtensionDuplicationException | If moving the specified class results in a duplicate class name or enumeration name at the destination |
Profile editing not possible | ExtensionEditProfileException | If profile editing operation fails -The specified class name is duplicated at the destination |