ListGroup<TBusinessObject> Class

 

Represents a group of business objects in the list pane of 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::ListGroup<TBusinessObject>

generic<typename TBusinessObject>
where TBusinessObject : ref class
public ref class ListGroup sealed : MarshalByRefObject

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_pubmethodListGroup<TBusinessObject>(String^)

Initializes a new instance of the ListGroup<TBusinessObject> class with the specified display name.

System_CAPS_pubmethodListGroup<TBusinessObject>(String^, String^)

Initializes a new instance of the ListGroup<TBusinessObject> class with the specified display name and the specified description.

NameDescription
System_CAPS_pubpropertyCollapsedByDefault

Gets or sets whether the ListGroup<TBusinessObject> object should be displayed as collapsed by default.

System_CAPS_pubpropertyDescription

Gets or sets the description of the ListGroup<TBusinessObject>.

System_CAPS_pubpropertyDisplayName

Gets or sets the display name of the ListGroup<TBusinessObject> object.

System_CAPS_pubpropertyIconProvider

Gets or sets a delegate method that is used to associate an icon to a collection of business objects that are represented by a ListGroup<TBusinessObject> object.

System_CAPS_pubpropertyTag

Gets or sets an object that is used to identify the ListGroup<TBusinessObject>.

NameDescription
System_CAPS_pubmethodCreateObjRef(Type^)

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodDispose()

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

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodInitializeLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

To be displayed in the list pane of the Dashboard, a ListGroup<TBusinessObject> object must be added to a ListGrouping<TBusinessObject> object, which is added to a ListGroupingCollection<TBusinessObject>

List groups can be defined to contain and display business objects based on related properties. For example, if "Operating System" is a property that is available in the business object, a list group can be created to contain only business objects that represent computers which are running the same operating system.

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.

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: