Share via


ListColumnCollection Members

Represents a collection of ListColumn objects that are displayed in the list pane of the Administration Console.

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

Public Constructors

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

Top

Public Properties

  Name Description
public property Count Gets the number of ListColumn objects in the ListColumnCollection.
public property DefaultSortColumn Gets or sets the default sort column for the list that is displayed in the list pane of the Administration Console.
public property DefaultSortOrder Gets or sets the default sort order for the list that is displayed in the list pane of the Administration Console.
public property IsReadOnly Gets a value indicating whether the ListColumnCollection is read-only.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Add Overloaded. Adds a ListColumn object to a ListColumnCollection.
public method Clear Removes all ListColumn objects from the ListColumnCollection.
public method Contains Determines whether the specified ListColumn object is in the ListColumnCollection.
public method CopyTo Copies the entire ListColumnCollection 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 ListColumnCollection.
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 ListColumn object from the ListColumnCollection.
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

ListColumnCollection Generic Class
Microsoft.EssentialBusinessServer.Console.ObjectModel Namespace