Skip to main content

IMetamodels.FindClassesByName(IPackage,IEnumerable<string>,bool) Method

Namespace: NextDesign.Core

Description

Searches for a class with the specified class name under the package specified by the scope.

For how to specify the class name and the fuzzy match option, see the description of IMetamodels.

Arguments

NameTypeDescription
scopeIPackageScope (Package that is the base of the search range)
classNamesIEnumerable<string>Enumeration of class names
fuzzyboolFuzzy match option
The default value is true.
If fuzzy is set to false, the class name will be evaluated as a fully qualified name.
If a class with the same name exists, you can obtain the expected class by setting fuzzy to false and specifying the fully qualified name in classNames.

Return value

  • IClassCollection