Skip to main content

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

Namespace: NextDesign.Core

Description

Searches for a class with the specified class name.

See the IMetamodels description for how to specify the class name and the fuzzy match option.

Arguments

NameTypeDescription
classNamesIEnumerable<string>Enumeration of class names
fuzzyboolFuzzy 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 desired class by specifying false for fuzzy and the fully qualified name for classNames.

Return value

  • IClassCollection