Page Class

 

Represents a page that is accessed through a tab in the Dashboard.

Namespace:   Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly:  Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    Microsoft.WindowsServerSolutions.Administration.ObjectModel.Page
      Microsoft.WindowsServerSolutions.Administration.ObjectModel.PageV2

Syntax

public abstract class Page : MarshalByRefObject, IDisposable, 
    IServiceProvider
public ref class Page abstract : MarshalByRefObject, IDisposable, 
    IServiceProvider
Public MustInherit Class Page
    Inherits MarshalByRefObject
    Implements IDisposable, IServiceProvider

Constructors

Name Description
System_CAPS_protmethod Page(Guid, String, String)

Initializes a new instance of the Page class with the specified GUID, display name, and description.

Methods

Name Description
System_CAPS_protmethod CreateContent()

Called by the Dashboard to create content for the page.

System_CAPS_protmethod CreateHelpTopicInfo()

Initializes a new instance of the HelpTopicInfo class that provides help information for the page in the Dashboard.

System_CAPS_pubmethod CreateObjRef(Type)

Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.(Overrides MarshalByRefObject.CreateObjRef(Type).)

System_CAPS_pubmethod Dispose()

Releases all resources used by the Page object.

System_CAPS_protmethod Dispose(Boolean)

Releases the unmanaged resources used by the Page object and optionally releases the managed resources.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

Releases unmanaged resources and performs other cleanup operations before the Page object is reclaimed by garbage collection.(Overrides Object.Finalize().)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethod GetService(Type)

Gets the service object of the specified type.

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod InitializeLifetimeService()

Obtains a lifetime service object to control the lifetime policy for this instance.(Overrides MarshalByRefObject.InitializeLifetimeService().)

System_CAPS_protmethod IsEnabled()

Gets or sets a value that describes if the page is enabled.

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone(Boolean)

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Remarks

Page is inherited by a user-defined class. The user-defined class must also override CreateContent.

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace

Return to top