PageContent.Create Method
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 | |
---|---|---|
Create(Func<Object, IComponent, Control>, TaskCollection, Object) | Creates new page content, using the specified view factory, tasks, and object ID. |
|
Create(Func<Object, IComponent, UIElement>, TaskCollection, Object) | Creates new page content, using the specified view factory, tasks and object ID. |
|
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. |
|
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. |
|
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. |
|
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. |
|
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. |
|
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