PageContentAdorner Class
Contains page content that can be merged with page content from an existing page. This class can be overridden to return list columns, tasks, and details, which can then be merged with an existing page.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners.PageContentAdorner
Syntax
[SerializableAttribute]
public abstract class PageContentAdorner : MarshalByRefObject,
IComponent, IDisposable
[SerializableAttribute]
public ref class PageContentAdorner abstract : MarshalByRefObject,
IComponent, IDisposable
<SerializableAttribute>
Public MustInherit Class PageContentAdorner
Inherits MarshalByRefObject
Implements IComponent, IDisposable
Constructors
Name | Description | |
---|---|---|
PageContentAdorner(Guid, String, String) | Initializes a new instance of the PageContentAdorner class with the specified identifier, display name, and description. |
Properties
Name | Description | |
---|---|---|
Description | Gets the description of the page. |
|
DisplayName | Gets the name that is displayed for the PageContentAdorner object. |
|
ID | Gets the identifier for the page. |
|
ServiceProvider | Gets or sets the service provider. |
|
Site | Gets the Site object. |
Methods
Name | Description | |
---|---|---|
CreateColumns() | Returns a ListColumnCollection<TBusinessObject> that contains ListColumn<TBusinessObject> objects. |
|
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).) |
|
CreateRefreshContext() | Refreshes the context of the page. |
|
CreateTasks() | Returns an instance of TaskCollection that contains Task objects. If this method is not implemented, the method will return an empty TaskCollection. |
|
Dispose() | Release all resources that are used by the PageContentAdorner object. |
|
Dispose(Boolean) | Releases the unmanaged resources used by the PageContentAdorner object and optionally releases the managed resources. |
|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | Releases unmanaged resources and performs other cleanup operations before the PageContentAdorner object is reclaimed by garbage collection.(Overrides Object.Finalize().) |
|
GetDetails(ListObject) | Gets the DetailGroup that is associated with the specified ListObject |
|
GetHashCode() | (Inherited from Object.) |
|
GetLifetimeService() | (Inherited from MarshalByRefObject.) |
|
GetType() | (Inherited from Object.) |
|
InitializeLifetimeService() | Obtains a lifetime service object to control the lifetime policy for this instance.(Overrides MarshalByRefObject.InitializeLifetimeService().) |
|
MemberwiseClone() | (Inherited from Object.) |
|
MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) |
|
Refresh() | Refreshes the data on the current page. |
|
ToString() | (Inherited from Object.) |
Events
Name | Description | |
---|---|---|
Disposed | Represents the event that occurs when the object is disposed. |
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.Adorners Namespace
Return to top