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
Name | Type | Description |
---|---|---|
scope | IPackage | Scope (Package that is the base of the search range) |
classNames | IEnumerable<string> | Enumeration of class names |
fuzzy | bool | Fuzzy 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