Share via


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
System_CAPS_protmethod PageContentAdorner(Guid, String, String)

Initializes a new instance of the PageContentAdorner class with the specified identifier, display name, and description.

Properties

Name Description
System_CAPS_pubproperty Description

Gets the description of the page.

System_CAPS_pubproperty DisplayName

Gets the name that is displayed for the PageContentAdorner object.

System_CAPS_pubproperty ID

Gets the identifier for the page.

System_CAPS_pubproperty ServiceProvider

Gets or sets the service provider.

System_CAPS_pubproperty Site

Gets the Site object.

Methods

Name Description
System_CAPS_pubmethod CreateColumns()

Returns a ListColumnCollection<TBusinessObject> that contains ListColumn<TBusinessObject> objects.

System_CAPS_pubmethod 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).)

System_CAPS_pubmethod CreateRefreshContext()

Refreshes the context of the page.

System_CAPS_pubmethod CreateTasks()

Returns an instance of TaskCollection that contains Task objects. If this method is not implemented, the method will return an empty TaskCollection.

System_CAPS_pubmethod Dispose()

Release all resources that are used by the PageContentAdorner object.

System_CAPS_protmethod Dispose(Boolean)

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

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

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

System_CAPS_pubmethod GetDetails(ListObject)

Gets the DetailGroup that is associated with the specified ListObject

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod InitializeLifetimeService()

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

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone(Boolean)

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethod Refresh()

Refreshes the data on the current page.

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Events

Name Description
System_CAPS_pubevent 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