Skip to main content

IModel.GetDerivedModels method

Namespace: NextDesign.Core

Description

Gets an instance derived from this instance by the specified related class.
If the related class is unspecified (null), all derived instances will be obtained.

This method evaluates IContextOption.PlModelAccessMode.

This method returns an empty collection in the following cases:

  • there is no derived-to instance associated with the relevant derivation association
  • Specified related class not found
  • the specified association class is not a derivation association
  • The reference field to the derived destination by the specified derivation-related class cannot be found

argument

NameTypeDescription
classNamestringDerived Related Class Name
Specifies the name or fully qualified name of the derived related class.
If null is specified, the related instances will be acquired for all reference fields.

The default is null.
Whether to treat thefuzzybool

Return value

  • IModelCollection