PageContent Class

 

Provides the content that is displayed in a Page that is associated with a tab in the Dashboard.

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

System::Object
  System::MarshalByRefObject
    Microsoft.WindowsServerSolutions.Administration.ObjectModel::PageContent

public ref class PageContent abstract : MarshalByRefObject, IDisposable

NameDescription
System_CAPS_protpropertyTasks

Gets the TaskCollection that is associated with the PageContent object.

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreate(Func<Object^, IComponent^, Control^>^, TaskCollection^, Object^)

Creates new page content, using the specified view factory, tasks, and object ID.

System_CAPS_pubmethodSystem_CAPS_staticCreate(Func<Object^, IComponent^, UIElement^>^, TaskCollection^, Object^)

Creates new page content, using the specified view factory, tasks and object ID.

System_CAPS_pubmethodSystem_CAPS_staticCreate<TBusinessObject>(ListProvider<TBusinessObject>^, ListColumnCollection<TBusinessObject>^, ListGroupingCollection<TBusinessObject>^, TaskCollection^)

Initializes a new instance of the PageContent class that is used by a page in the Dashboard to provide a list pane, a task pane, and a details pane. This method also provides information for grouping data in the list pane of the page.

System_CAPS_pubmethodSystem_CAPS_staticCreate<TBusinessObject>(ListProvider<TBusinessObject>^, ListColumnCollection<TBusinessObject>^, ListGroupingCollection<TBusinessObject>^, TaskCollection^, Converter<TBusinessObject, DetailColumnCollection^>^)

Initializes a new instance of the PageContent class that is used by a page in the Dashboard to provide a list pane, a task pane, and a details pane.

System_CAPS_pubmethodSystem_CAPS_staticCreate<TBusinessObject>(ListProvider<TBusinessObject>^, ListColumnCollection<TBusinessObject>^, TaskCollection^)

Initializes a new instance of the PageContent class that is used by a page in the Dashboard to provide a list pane and a task pane.

System_CAPS_pubmethodSystem_CAPS_staticCreate<TBusinessObject>(ListProvider<TBusinessObject>^, ListColumnCollection<TBusinessObject>^, TaskCollection^, Converter<TBusinessObject, DetailColumnCollection^>^)

Initializes a new instance of the PageContent class that is used by a page in the Dashboard to provide a list pane, a task pane, and a details pane.

System_CAPS_pubmethodSystem_CAPS_staticCreate<TBusinessObject, TDetailBusinessObject>(ListProvider<TBusinessObject>^, ListColumnCollection<TBusinessObject>^, ListGroupingCollection<TBusinessObject>^, TaskCollection^, Converter<TDetailBusinessObject, DetailColumnCollection^>^, Converter<TBusinessObject, TDetailBusinessObject>^)

Initializes an instance of the PageContent class that is used by a page in the Dashboard to provide a list pane, a task pane, and a details pane. This method also provides additional detail information about a business object that is displayed in the details pane, and defines the groups that are displayed in the list pane.

System_CAPS_pubmethodSystem_CAPS_staticCreate<TBusinessObject, TDetailBusinessObject>(ListProvider<TBusinessObject>^, ListColumnCollection<TBusinessObject>^, TaskCollection^, Converter<TDetailBusinessObject, DetailColumnCollection^>^, Converter<TBusinessObject, TDetailBusinessObject>^)

Initializes an instance of the PageContent class that is used by a page in the Dashboard to provide a list pane, a task pane, and a details pane. This method also provides additional detail information about a business object that is displayed in the details pane.

System_CAPS_pubmethodCreateObjRef(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_pubmethodDispose()

Releases all resources used by the PageContent object.

System_CAPS_protmethodDispose(Boolean)

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

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

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

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_protmethodGetObjectDisplayName(Object^)

Returns the name of the specified object that will be displayed on the page in the Dashboard.

System_CAPS_protmethodGetObjectId(Object^)

Returns the identifier for the specified object.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodInitializeLifetimeService()

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

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone(Boolean)

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

A PageContent object is not directly instantiated. An instance of PageContent is created using one of the Create methods.

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

Return to top

Community Additions

ADD
Show: