Compartilhar via


ListProviderAdorner Class

 

The ListProviderAdorner object is used by an adorned page to enable business object to be loaded. This occurs immediately after the page has loaded its own list.

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.ListProviderAdorner

Syntax

[SerializableAttribute]
public abstract class ListProviderAdorner : MarshalByRefObject, 
    IEqualityComparer<ListObject>
[SerializableAttribute]
public ref class ListProviderAdorner abstract : MarshalByRefObject, 
    IEqualityComparer<ListObject^>
<SerializableAttribute>
Public MustInherit Class ListProviderAdorner
    Inherits MarshalByRefObject
    Implements IEqualityComparer(Of ListObject)

Constructors

Name Description
System_CAPS_protmethod ListProviderAdorner()

Initializes a new instance of the ListProviderAdorner class.

Methods

Name Description
System_CAPS_pubmethod CreateObjRef(Type)

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethod Equals(ListObject, ListObject)

Compares one ListObject object to the ID of another ListObject object.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode(ListObject)

Returns a hash code for the ListObject object.

System_CAPS_pubmethod GetLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod InitializeLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethod InitializeListObject(ListObject)

Called by the list provider of the page when a list object that represents a list item has been created. This allows the implementor to augment their own metadata to the provided list object.

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone(Boolean)

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethod RefreshAndListenForUpdates(IList<ListObject>)

Called by the list provider of the page after the list on the page has been retrieved.

System_CAPS_pubmethod StopListeningForUpdates()

Called to stop the Dashboard from listening for list updates and to relinquish control of the IList that was passed into RefreshAndListenForUpdates.

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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