IMetamodels.FindClassesByName(IEnumerable<string>,bool) method
Namespace: NextDesign.Core
Description
Finds a class with the specified class name.
argument
Name | Type | Description |
---|---|---|
classNames | IEnumerable<string> | Enumeration of class names |
fuzzy | bool | Fuzzy match? The default value is true. If false is specified for fuzzy, the class name will be evaluated as a fully qualified name. If a class with the same name exists, you can get the expected class by specifying false for fuzzy and fully qualified name for classNames. |
Return value
- IClassCollection