IUIPage Members
Defines the information and operations that are available for an Operations Manager user interface (UI) page.
The following tables list the members exposed by the IUIPage type.
Public Properties
Name | Description | |
---|---|---|
Context | Gets or sets the user interface (UI) page context. | |
Dirty | Gets or sets a Boolean value that determines whether the user interface (UI) page has changed. This value is only used when the page is hosted in a property sheet. | |
HeaderText | Gets or sets the header text for the user interface (UI) page. | |
HelpKey | Gets or sets help key associated with this UI page. | |
Host | Gets the host framework where the user interface (UI) page is hosted. | |
InputConfigurationXml | Gets or sets the XML configuration data that the user interface (UI) page should load from. | |
IsConfigValid | Gets or sets a Boolean value that determines whether the user interface (UI) page configuration is currently valid. | |
NavigationText | Gets or sets the navigation text for the user interface (UI) page. By default, the title provided in the Management Pack is used for this text. | |
OutputConfigurationXml | Gets or sets the XML configuration data that user interface (UI) page outputs. | |
PageReference | Gets or sets the user interface (UI) page reference for this page. | |
ParentPageSet | Gets or sets the user interface (UI) page set that this UI page is a part of. | |
ReadOnly | Gets or sets a Boolean value that determines whether this user interface (UI) page is read-only. | |
SharedUserData | Gets or sets the object that is used to share data between user interface (UI) pages. | |
TabName | Gets or sets the name of the tab name for the user interface (UI) page. By default, the tab name is the name of the Management Pack. |
Top
Public Methods
Name | Description | |
---|---|---|
GetPageOutputXml | Gets the page output XML for the given page reference in a page set. | |
GetPreviousPageOutputXml | Gets the previous page's output XML if a previous page exists. | |
LoadPageConfig | Loads the user interface (UI) page. | |
OnHostClosing | Called when the host page is closed. | |
OnKillActive | Called when the user interface (UI) page is about to be deactivated. | |
OnSetActive | Called when the user interface (UI) page is about to be activated. | |
SavePageConfig | Saves the page configuration to the OutputConfigurationXml property. |
Top
See Also
Reference
IUIPage Interface
Microsoft.EnterpriseManagement.UI Namespace