IModel.GetDerivingModels method

Namespace: NextDesign.Core

Description

Gets the instance derived from this instance by the given related class. If the related class is unspecified (null), you will get all derived instances.

This method evaluates IContextOption.PlModelAccessMode.

This method returns an empty collection in the following cases: - There is no derived instance associated with the relevant derived relationship - Cannot find the specified related class - The specified association class is not a derived association - No reference field is found to the derivation destination by the specified derived association class

argument

Name Type Description
className string Derived related class name
Specify the name or fully qualified name of the derived related class.
If null is specified, get the related instance for all reference fields.

The default value is null.
fuzzy bool className argument as the name of the class instead of the fully qualified name.
If False, evaluates as the class whose fully qualified name matches className.
If True, evaluate as if the class whose class name matches className is specified.

The default value is True.

Return value

  • IModelCollection