Share via


DetailColumnCollection Members

Represents a collection of DetailColumn objects that are displayed in the details pane of the Administration Console.

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

Public Constructors

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

Top

Public Properties

  Name Description
public property Count Gets the number of DetailColumn objects in the DetailColumnCollection.
public property IsReadOnly Gets a value that indicates whether the DetailColumnCollection is read-only.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Add Overloaded.  
public method Clear Removes all DetailColumn objects from the DetailColumnCollection.
public method Contains Determines whether the specified DetailColumn object is located in the DetailColumnCollection.
public method CopyTo Copies the entire DetailColumnCollection to a compatible one-dimensional array, starting at the specified index of the target array.
public method Equals  Overloaded. (Inherited from Object)
public methodstatic FromException Creates a DetailColumnCollection from an Exception.
public method GetEnumerator Returns an enumerator that is used to iterate through the DetailColumnCollection.
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public methodstatic ReferenceEquals  (Inherited from Object)
public method Remove Removes the first occurrence of the specified DetailColumn object from the DetailColumnCollection.
public method ToString  (Inherited from Object)

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)

Top

Explicit Interface Implementations

  Name Description
System.Collections.IEnumerable.GetEnumerator  

Top

See Also

Reference

DetailColumnCollection Class
Microsoft.EssentialBusinessServer.Console.ObjectModel Namespace