Skip to main content
.NET 6.0+

LinkUnlinkController Fields

Represents a ViewController descendant, that contains the Link and Unlink Actions.
Name Description
ControllerActiveKey static Specifies one of the keys from the ActionBase.Active collection of a Controller‘s Controller.Actions. By default, this field value is “Controller active”. You can use this field when working with the ActionBase.Active collection. Inherited from Controller.
CriteriaKeyForLinkView Returns a key used to filter the collection source of the Link View if the LinkUnlinkController.ExcludeLinkedObjects property is set to true.
LinkActionId Returns the LinkUnlinkController.LinkAction‘s ID. Its value is set for the ID property of the Application Model‘s ActionDesign | Actions | <Action> node. The default value is “Link”.
ViewIsAssignedReason static Specifies the Controller.Active list’s reason that indicates whether a View is assigned to the current ViewController. Inherited from ViewController.
See Also