Skip to main content

IMetamodels.MoveToPackage(string,IPackage,bool) Method

Namespace: NextDesign.Core

Description

Moves the specified class to the specified package.

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

Arguments

NameTypeDescription
classNamesstringClass name to move
You can specify multiple class names separated by commas.
newOwnerIPackageDestination package
fuzzyboolFuzzy match option
The default 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 move the desired class by setting fuzzy to false and specifying the fully qualified name in classNames.

Return value

  • void

Exceptions

NameException classDescription
Class not foundExtensionTypeNotFoundExceptionIf none of the classes specified in the class name to be moved are found
Invalid argumentExtensionArgumentExceptionIf the destination package is not specified
Unique constraint violationExtensionDuplicationExceptionIf moving the specified class would result in a duplicate class name or enumeration name at the destination
Profile editing not possibleExtensionEditProfileExceptionIf the profile editing operation fails