ListProvider<TBusinessObject> Class

 

Provides a list of objects in the list pane of the page in the Dashboard.

Namespace:   Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly:  Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)

System::Object
  System::MarshalByRefObject
    Microsoft.WindowsServerSolutions.Administration.ObjectModel::ListProvider<TBusinessObject>
      Microsoft.WindowsServerSolutions.Administration.ObjectModel::PollingListProvider<TBusinessObject>

generic<typename TBusinessObject>
where TBusinessObject : ref class
public ref class ListProvider abstract : MarshalByRefObject, 
	IDisposable

Type Parameters

TBusinessObject

Represents a business object that encapsulates information and methods that relate to business data or business functionality. The information in the business object is exposed as properties.

NameDescription
System_CAPS_protmethodListProvider<TBusinessObject>()

Initializes a new instance of the ListProvider<TBusinessObject> class.

NameDescription
System_CAPS_pubpropertyErrors

Gets the ErrorManager object that is used to display the errors that occurred during the data retrieval process.

System_CAPS_pubpropertyIsMutipleSelection

Gets or sets a value that determines if the current instance is a multiple selection.

NameDescription
System_CAPS_pubmethodCreateObjRef(Type^)

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodDispose()

Releases all resources used by the ListProvider<TBusinessObject> object.

System_CAPS_protmethodDispose(Boolean)

Releases the unmanaged resources used by the ListProvider<TBusinessObject> object and optionally releases the managed resources.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodFilter(Object^, String^)

Filters using the specified business object and filter string.

System_CAPS_protmethodFinalize()

Releases unmanaged resources and performs other cleanup operations before the ListProvider<TBusinessObject> object is reclaimed by garbage collection.(Overrides Object::Finalize().)

System_CAPS_pubmethodGetFilterConfig()

Retrieves the filter config.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_protmethodGetObjectDisplayName(TBusinessObject)

Returns the name of the specified object that will be displayed on the page in the Dashboard.

System_CAPS_protmethodGetObjectIcon(TBusinessObject)

Returns the icon that is displayed for the specified object on the page of the Dashboard.

System_CAPS_protmethodGetObjectId(TBusinessObject)

Returns the identifier for the specified object.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodInitializeLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone(Boolean)

(Inherited from MarshalByRefObject.)

System_CAPS_protmethodRefreshAndListenForUpdates(IList<TBusinessObject>^)

Called by the Dashboard when the user requests to refresh the list that is displayed in the list pane.

System_CAPS_protmethodStopListeningForUpdates()

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

TBusinessObject represents a business object that encapsulates information and methods that relate to business data or business functionality. The information in the business object is exposed as properties.

A ListProvider<TBusinessObject> object is passed as an argument to one of the Create methods of PageContent.

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: