Skip to main content

IMetamodels.FindClassesByName(string,bool) method

Namespace: NextDesign.Core

Description

Search for a class with the given class name.

argument

NameTypeDescription
classNamesstringClass Names
You can specify multiple class names separated by commas.
fuzzyboolFuzzy match?
The default is true.
If false is specified for fuzzy, the fully qualified name of the class is evaluated.
If a class with the same name exists, you can get the expected class by specifying false for fuzzy and specifying the fully qualified name for classNames.

Return value

  • IClassCollection