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)

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

[SerializableAttribute]
public ref class ListProviderAdorner abstract : MarshalByRefObject, 
	IEqualityComparer<ListObject^>

NameDescription
System_CAPS_protmethodListProviderAdorner()

Initializes a new instance of the ListProviderAdorner class.

NameDescription
System_CAPS_pubmethodCreateObjRef(Type^)

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodEquals(ListObject^, ListObject^)

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

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode(ListObject^)

Returns a hash code for the ListObject object.

System_CAPS_pubmethodGetLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodInitializeLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodInitializeListObject(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_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone(Boolean)

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodRefreshAndListenForUpdates(IList<ListObject^>^)

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

System_CAPS_pubmethodStopListeningForUpdates()

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

System_CAPS_pubmethodToString()

(Inherited from Object.)

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: