Skip to main content

MyDetailsController Fields

A WindowController descendant that adds the My Details item to the Navigation System, and contains the MyDetails Action.
Name Description
CanGenerateMyDetailsNavigationItem static Specifies whether to add the My Details item to the Navigation System. The default value is true,.
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.
MyDetailsActionActiveKeyShortcutIsAssigned A string key in MyDetailsController.MyDetailsAction‘s ActionBase.Active collection that indicates a shortcut is assigned for the My Details navigation item.
MyDetailsActionImageName A string constant that specifies the image name for the My Details navigation item. This name is used as the IModelBaseChoiceActionItem.ImageName for the My Details navigation item.
MyDetailsNavigationItemId Returns a string constant that identifies the My Details navigation item. For more information, refer to the following topic: IModelBaseChoiceActionItem.Id.
MyDetailsObjectKey A string constant that is the object key used to generate the My Details navigation item.
WindowIsAssignedReason static Specifies the Controller.Active list’s reason that indicates whether a Window is assigned to the current WindowController. Inherited from WindowController.
See Also