IMetamodels.FindClassesByName(string,bool) Method
Namespace: NextDesign.Core
Description
Searches for a class with the specified class name.
See the IMetamodels description for how to specify class names and fuzzy match options.
Arguments
Name | Type | Description |
---|---|---|
classNames | string | Class name You can specify multiple class names separated by commas. |
fuzzy | bool | Fuzzy match option The default value 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 obtain the expected class by specifying false for fuzzy and the fully qualified name for classNames. |
Return value
- IClassCollection