Skip to main content

IMetamodels.FindClassesByName(IEnumerable <string>, bool) method

Namespace: NextDesign.Core

Description

Searches for a class with the specified class name.

argument

NameTypeDescription
classNamesIEnumerable <string>List of class names
fuzzyboolAmbiguous match
The default value is true.
If fuzzy is specified as false, the class name is 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 the fully qualified name for classNames.

Return value

  • IClassCollection