DetailGroup Class

 

Represents a group of data 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::DetailGroup

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

NameDescription
System_CAPS_pubmethodDetailGroup(String^)

Initializes a new instance of the DetailGroup class with the specified display name.

NameDescription
System_CAPS_pubpropertyCount

Gets the number of DetailItem objects in the DetailGroup.

System_CAPS_pubpropertyDisplayName

Gets the display name for the group.

System_CAPS_pubpropertyIsReadOnly

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

NameDescription
System_CAPS_pubmethodAdd(DetailItem^)

Adds the specified DetailItem object to the DetailGroup.

System_CAPS_pubmethodAdd(String^)

Initializes a DetailItem object with the specified display text and adds the item to the DetailGroup.

System_CAPS_pubmethodAdd(String^, String^)

Initializes a DetailItem object with the specified display name and the specified display value, and then adds the object to the DetailGroup.

System_CAPS_pubmethodAdd<TBusinessObject>(ListColumn<TBusinessObject>^, TBusinessObject)

Initializes a DetailItem object with the specified ListColumn<TBusinessObject> object and the specified business object, and then adds the object to the DetailGroup.

System_CAPS_pubmethodAdd<TBusinessObject>(String^, ListColumn<TBusinessObject>^, TBusinessObject)

Initializes a DetailItem object with the specified display name, the specified ListColumn<TBusinessObject> object, and the specified business object. After the DetailItem is initialized, the item is added to the DetailGroup.

System_CAPS_pubmethodClear()

Removes all DetailItem objects from the DetailGroup.

System_CAPS_pubmethodContains(DetailItem^)

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

System_CAPS_pubmethodCopyTo(array<DetailItem^>^, Int32)

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

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticFromException(String^, Exception^)

Creates a DetailGroup from an Exception.

System_CAPS_pubmethodGetEnumerator()

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

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodRemove(DetailItem^)

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

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIEnumerable::GetEnumerator()

Returns an IEnumerator that can iterate through a collection.

A DetailGroup must be added to a DetailColumn to be displayed in the details 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: