ListProvider Members
Provides a list of objects in the list pane of the page in the Administration Console.
The following tables list the members exposed by the ListProvider type.
Protected Constructors
Name | Description | |
---|---|---|
ListProvider | Initializes a new instance of the ListProvider class. |
Top
Public Properties
Name | Description | |
---|---|---|
Errors | Gets the ErrorManager object that is used to display the errors that occurred during the data retrieval process. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
CreateObjRef | Overridden. Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. | |
Dispose | Overloaded. Release all resources that are used by the ListProvider object. | |
Equals | Overloaded. (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetLifetimeService | (Inherited from MarshalByRefObject) | |
GetType | (Inherited from Object) | |
InitializeLifetimeService | Overridden. Obtains a lifetime service object to control the lifetime policy for this instance. | |
ReferenceEquals | (Inherited from Object) | |
ToString | (Inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Dispose | Overloaded. | |
Finalize | Overridden. Releases unmanaged resources and performs other cleanup operations before the ListProvider object is reclaimed by garbage collection. | |
GetObjectDisplayName | Returns the name of the specified object that will be displayed on the page in the Administration Console. | |
GetObjectIcon | Returns the icon that is displayed for the specified object on the page of the Administration Console. | |
GetObjectId | Returns the identifier for the specified object. | |
MemberwiseClone | Overloaded. (Inherited from MarshalByRefObject) | |
RefreshAndListenForUpdates | Called by the Administration Console when the user requests to refresh the list that is displayed in the list pane. | |
StopListeningForUpdates | Called to stop the Administration Console from listening for list updates and to relinquish control of the IList that was passed into RefreshAndListenForUpdates. |
Top
See Also
Reference
ListProvider Generic Class
Microsoft.EssentialBusinessServer.Console.ObjectModel Namespace