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 | |
|---|---|---|
| .gif) | Context | Gets or sets the user interface (UI) page context. | 
| .gif) | 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. | 
| .gif) | HeaderText | Gets or sets the header text for the user interface (UI) page. | 
| .gif) | HelpKey | Gets or sets help key associated with this UI page. | 
| .gif) | Host | Gets the host framework where the user interface (UI) page is hosted. | 
| .gif) | InputConfigurationXml | Gets or sets the XML configuration data that the user interface (UI) page should load from. | 
| .gif) | IsConfigValid | Gets or sets a Boolean value that determines whether the user interface (UI) page configuration is currently valid. | 
| .gif) | 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. | 
| .gif) | OutputConfigurationXml | Gets or sets the XML configuration data that user interface (UI) page outputs. | 
| .gif) | PageReference | Gets or sets the user interface (UI) page reference for this page. | 
| .gif) | ParentPageSet | Gets or sets the user interface (UI) page set that this UI page is a part of. | 
| .gif) | ReadOnly | Gets or sets a Boolean value that determines whether this user interface (UI) page is read-only. | 
| .gif) | SharedUserData | Gets or sets the object that is used to share data between user interface (UI) pages. | 
| .gif) | 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 | |
|---|---|---|
| .gif) | GetPageOutputXml | Gets the page output XML for the given page reference in a page set. | 
| .gif) | GetPreviousPageOutputXml | Gets the previous page's output XML if a previous page exists. | 
| .gif) | LoadPageConfig | Loads the user interface (UI) page. | 
| .gif) | OnHostClosing | Called when the host page is closed. | 
| .gif) | OnKillActive | Called when the user interface (UI) page is about to be deactivated. | 
| .gif) | OnSetActive | Called when the user interface (UI) page is about to be activated. | 
| .gif) | SavePageConfig | Saves the page configuration to the OutputConfigurationXml property. | 
Top
See Also
Reference
IUIPage Interface
Microsoft.EnterpriseManagement.UI Namespace