Share via


ListGroupingCollection Members

Represents a collection of ListGrouping objects that are used to group objects in the list pane of the Administration Console.

The following tables list the members exposed by the ListGroupingCollection type.

Public Constructors

  Name Description
ListGroupingCollection Initializes a new instance of the ListGroupingCollection class.

Top

Public Properties

  Name Description
public property Count Gets the number of ListGrouping objects in the ListGroupingCollection.
public property DefaultGrouping Gets or sets the ListGrouping object that will be used as the default group.
public property IsReadOnly Gets a value indicating whether the ListGroupingCollection is read-only.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Add Overloaded. Adds a ListGrouping object to a ListGroupingCollection.
public method Clear Removes all ListGrouping objects from the ListGroupingCollection.
public method Contains Determines whether the specified ListGrouping object is in the ListGroupingCollection.
public method CopyTo Copies the entire ListGroupingCollection to a compatible one-dimensional array, starting at the specified index of the target array.
public method CreateObjRef Overridden. Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
public method Equals  Overloaded. (Inherited from Object)
public method GetEnumerator Returns an enumerator that is used to iterate through the ListGroupingCollection.
public method GetHashCode  (Inherited from Object)
public method GetLifetimeService  (Inherited from MarshalByRefObject)
public method GetType  (Inherited from Object)
public method InitializeLifetimeService Overridden. Obtains a lifetime service object to control the lifetime policy for this instance.
public methodstatic ReferenceEquals  (Inherited from Object)
public method Remove Removes the first occurrence of the specified ListGrouping from the ListGroupingCollection.
public method ToString  (Inherited from Object)

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  Overloaded. (Inherited from MarshalByRefObject)

Top

Explicit Interface Implementations

  Name Description
System.Collections.IEnumerable.GetEnumerator  

Top

See Also

Reference

ListGroupingCollection Generic Class
Microsoft.EssentialBusinessServer.Console.ObjectModel Namespace