Skip to main content

IModel.GetDerivingModels method

Namespace: NextDesign.Core

Description

Gets the instance from which this instance is derived by the specified related class.
If the related class is not specified (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 related derivation instance in the applicable derivation association
  • Specified related class not found
  • the specified association class is not a derivation association
  • The reference field to the derived source 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