DetailItem Class

 

Represents an item 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::DetailItem

[SerializableAttribute]
public ref class DetailItem 

NameDescription
System_CAPS_pubmethodDetailItem(String^)

Initializes a new instance of the DetailItem class with the specified display text.

System_CAPS_pubmethodDetailItem(String^, String^)

Initializes a new instance of the DetailItem class with the specified display name and the specified display value.

System_CAPS_pubmethodDetailItem(String^, String^, array<Task^>^)

Initializes a new instance of the DetailItem class with the specified display name, the specified display value, and the specified array of Task objects.

System_CAPS_pubmethodDetailItem(String^, array<Task^>^)

Initializes a new instance of the DetailItem class with the specified display text and the specified array of Task objects.

NameDescription
System_CAPS_pubpropertyDisplayName

Gets the display name that is associated with the DetailItem object.

System_CAPS_pubpropertyDisplayValue

Gets the display value that is associated with the DetailItem object.

System_CAPS_pubpropertyEnabled

Gets or sets whether the item should be displayed as enabled.

System_CAPS_pubpropertyTasks

An array of tasks to which format specifiers in the display text can be linked.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticFromException(Exception^)

Creates a DetailItem from an Exception.

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

Creates a DetailItem object from data that is defined in a specified ListColumn<TBusinessObject> object.

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

Creates a DetailItem object from data that is defined in a specified ListColumn<TBusinessObject> object and with the specified display name.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

A DetailItem can include information from a business object and additional information about a business object that is retrieved from other sources, such as a database or service.

A DetailItem object must be added to a DetailGroup to be displayed in Dashboard. You can explicitly create a DetailItem object and add it to a DetailGroup, or you can create a DetailGroup and a DetailItem object will be implicitly created.

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: