Share via


DetailColumn Class

 

Represents a column in the details pane of the Dashboard.

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsServerSolutions.Administration.ObjectModel.DetailColumn

Syntax

[SerializableAttribute]
public sealed class DetailColumn : ICollection<DetailGroup>, 
    IEnumerable<DetailGroup>, IEnumerable
[SerializableAttribute]
public ref class DetailColumn sealed : ICollection<DetailGroup^>, 
    IEnumerable<DetailGroup^>, IEnumerable
<SerializableAttribute>
Public NotInheritable Class DetailColumn
    Implements ICollection(Of DetailGroup), IEnumerable(Of DetailGroup),
    IEnumerable

Constructors

Name Description
System_CAPS_pubmethod DetailColumn()

Initializes a new instance of the DetailColumn class.

Properties

Name Description
System_CAPS_pubproperty Count

Gets the number of DetailGroup objects in the DetailColumn.

System_CAPS_pubproperty IsReadOnly

Gets a value indicating whether the DetailColumn is read-only.

Methods

Name Description
System_CAPS_pubmethod Add(DetailGroup)

Adds the specified DetailGroup object to the DetailColumn.

System_CAPS_pubmethod Add(String)

Initializes a DetailGroup object with the specified display name and adds the group to the DetailColumn.

System_CAPS_pubmethod Clear()

Removes all DetailGroup objects from the DetailColumn.

System_CAPS_pubmethod Contains(DetailGroup)

Determines whether the specified DetailGroup object is located in the DetailColumn.

System_CAPS_pubmethod CopyTo(DetailGroup[], Int32)

Copies the entire DetailColumn to a compatible one-dimensional array, starting at the specified index of the target array.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetEnumerator()

Returns an enumerator that is used to iterate through the DetailColumn.

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod Remove(DetailGroup)

Removes the first occurrence of the specified DetailGroup from the DetailColumn.

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Explicit Interface Implementations

Name Description
System_CAPS_pubinterfaceSystem_CAPS_privmethod IEnumerable.GetEnumerator()

Returns an IEnumerator that can iterate through a collection.

Remarks

A DetailColumn must be added to a DetailColumnCollection to be displayed in the detail pane of the Dashboard.

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace

Return to top