Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
ListProviderAdorner() | Initializes a new instance of the ListProviderAdorner class. |
Methods
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.) |
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