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)

System::Object
  System::MarshalByRefObject
    Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners::PageContentAdorner

[SerializableAttribute]
public ref class PageContentAdorner abstract : MarshalByRefObject, 
	IComponent, IDisposable

NameDescription
System_CAPS_protmethodPageContentAdorner(Guid, String^, String^)

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

NameDescription
System_CAPS_pubpropertyDescription

Gets the description of the page.

System_CAPS_pubpropertyDisplayName

Gets the name that is displayed for the PageContentAdorner object.

System_CAPS_pubpropertyID

Gets the identifier for the page.

System_CAPS_pubpropertyServiceProvider

Gets or sets the service provider.

System_CAPS_pubpropertySite

Gets the Site object.

NameDescription
System_CAPS_pubmethodCreateColumns()
System_CAPS_pubmethodCreateObjRef(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_pubmethodCreateRefreshContext()

Refreshes the context of the page.

System_CAPS_pubmethodCreateTasks()

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

System_CAPS_pubmethodDispose()

Release all resources that are used by the PageContentAdorner object.

System_CAPS_protmethodDispose(Boolean)

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

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

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

System_CAPS_pubmethodGetDetails(ListObject^)

Gets the DetailGroup that is associated with the specified ListObject

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodInitializeLifetimeService()

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

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone(Boolean)

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodRefresh()

Refreshes the data on the current page.

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubeventDisposed

Represents the event that occurs when the object is disposed.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Community Additions

ADD
Show: