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

See Also


Send comments about this topic to Microsoft.