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)

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

[SerializableAttribute]
public ref class DetailColumn sealed : ICollection<DetailGroup^>, 
	IEnumerable<DetailGroup^>, IEnumerable

NameDescription
System_CAPS_pubmethodDetailColumn()

Initializes a new instance of the DetailColumn class.

NameDescription
System_CAPS_pubpropertyCount

Gets the number of DetailGroup objects in the DetailColumn.

System_CAPS_pubpropertyIsReadOnly

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

NameDescription
System_CAPS_pubmethodAdd(DetailGroup^)

Adds the specified DetailGroup object to the DetailColumn.

System_CAPS_pubmethodAdd(String^)

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

System_CAPS_pubmethodClear()

Removes all DetailGroup objects from the DetailColumn.

System_CAPS_pubmethodContains(DetailGroup^)

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

System_CAPS_pubmethodCopyTo(array<DetailGroup^>^, Int32)

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

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetEnumerator()

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

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodRemove(DetailGroup^)

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

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIEnumerable::GetEnumerator()

Returns an IEnumerator that can iterate through a collection.

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

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

Return to top

Community Additions

ADD
Show: