Share via


PageContent.Create Generic Method

Overload List

Name Description
PageContent.Create (Generic ListProvider, Generic ListColumnCollection, TaskCollection)
Initializes a new instance of the PageContent class that is used by a page in the Administration Console to provide a list pane and a task pane.
PageContent.Create (Generic ListProvider, Generic ListColumnCollection, Generic ListGroupingCollection, TaskCollection)
Initializes a new instance of the PageContent class that is used by a page in the Administration Console to provide a list pane and a task pane. This method also provides information for grouping data in the list pane of the page.
PageContent.Create (Generic ListProvider, Generic ListColumnCollection, TaskCollection, Generic Converter)
Initializes a new instance of the PageContent class that is used by a page in the Administration Console to provide a list pane, a task pane, and a details pane.
PageContent.Create (Generic ListProvider, Generic ListColumnCollection, Generic ListGroupingCollection, TaskCollection, Generic Converter)
Initializes a new instance of the PageContent class that is used by a page in the Administration Console 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.
PageContent.Create (Generic ListProvider, Generic ListColumnCollection, TaskCollection, Generic Converter, Generic Converter)
Initializes an instance of the PageContent class that is used by a page in the Administration Console 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.
PageContent.Create (Generic ListProvider, Generic ListColumnCollection, Generic ListGroupingCollection, TaskCollection, Generic Converter, Generic Converter)
Initializes an instance of the PageContent class that is used by a page in the Administration Console 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.

See Also

Reference

PageContent Class
PageContent Members
Microsoft.EssentialBusinessServer.Console.ObjectModel Namespace