Skip to main content

IModel.GetRelationsByClassTag method

Namespace: NextDesign.Core

Description

Gets an instance of the associated class with the specified tag from all fields of this instance.
This method evaluates IContextOption.PlModelAccessMode.

Returns an empty collection if no such association exists.

argument

NameTypeDescription
classTagstringTag name of related class
If null or an empty string is specified, the return value of this method will be an empty collection.
valuestringThe string representation of the tag value
The default value is null.
If null or an empty string is specified, only the presence or absence of the tag for the class is evaluated.

Return value

  • IRelationshipCollection