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.
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
System::MarshalByRefObject
Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners::ListProviderAdorner
| Name | Description | |
|---|---|---|
![]() | ListProviderAdorner() | Initializes a new instance of the ListProviderAdorner class. |
| Name | Description | |
|---|---|---|
![]() | CreateObjRef(Type^) | (Inherited from MarshalByRefObject.) |
![]() | Equals(ListObject^, ListObject^) | Compares one ListObject object to the ID of another ListObject object. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetHashCode(ListObject^) | Returns a hash code for the ListObject object. |
![]() | GetLifetimeService() | (Inherited from MarshalByRefObject.) |
![]() | GetType() | (Inherited from Object.) |
![]() | InitializeLifetimeService() | (Inherited from MarshalByRefObject.) |
![]() | 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. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) |
![]() | RefreshAndListenForUpdates(IList<ListObject^>^) | Called by the list provider of the page after the list on the page has been retrieved. |
![]() | StopListeningForUpdates() | Called to stop the Dashboard from listening for list updates and to relinquish control of the IList that was passed into RefreshAndListenForUpdates. |
![]() | ToString() | (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.

