Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the PageContent class.
Namespace:   Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly:  Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Overload List
| Name | Description | |
|---|---|---|
| .jpeg) .jpeg) | Create(Func<Object, IComponent, Control>, TaskCollection, Object) | Creates new page content, using the specified view factory, tasks, and object ID. | 
| .jpeg) .jpeg) | Create(Func<Object, IComponent, UIElement>, TaskCollection, Object) | Creates new page content, using the specified view factory, tasks and object ID. | 
| .jpeg) .jpeg) | Create<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. | 
| .jpeg) .jpeg) | Create<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. | 
| .jpeg) .jpeg) | Create<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. | 
| .jpeg) .jpeg) | Create<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. | 
| .jpeg) .jpeg) | Create<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. | 
| .jpeg) .jpeg) | Create<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. | 
See Also
PageContent Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top