Partager via


ListGroupingCollection<TBusinessObject>.Add Method

 

Adds a ListGrouping<TBusinessObject> object to a ListGroupingCollection<TBusinessObject>.

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

Overload List

Name Description
System_CAPS_pubmethod Add(ListGrouping<TBusinessObject>)

Adds the specified ListGrouping<TBusinessObject> object to the ListGroupingCollection<TBusinessObject>.

System_CAPS_pubmethod Add(String, Converter<TBusinessObject, ListGroup<TBusinessObject>>)

Adds a ListGrouping<TBusinessObject> object to the ListGroupingCollection<TBusinessObject> with the specified display name and the ListGroup<TBusinessObject> object that is returned from the specified delegate method. The delegate method assigns business objects to the appropriate ListGroup<TBusinessObject>.

See Also

ListGroupingCollection<TBusinessObject> Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace

Return to top