Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Inheritance Hierarchy
System.Object
  Microsoft.WindowsServerSolutions.Administration.ObjectModel.DetailItem
Syntax
[SerializableAttribute]
public class DetailItem
[SerializableAttribute]
public ref class DetailItem 
<SerializableAttribute>
Public Class DetailItem
Constructors
| Name | Description | |
|---|---|---|
| .jpeg) | DetailItem(String) | Initializes a new instance of the DetailItem class with the specified display text. | 
| .jpeg) | DetailItem(String, String) | Initializes a new instance of the DetailItem class with the specified display name and the specified display value. | 
| .jpeg) | DetailItem(String, String, 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. | 
| .jpeg) | DetailItem(String, Task[]) | Initializes a new instance of the DetailItem class with the specified display text and the specified array of Task objects. | 
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | DisplayName | Gets the display name that is associated with the DetailItem object. | 
| .jpeg) | DisplayValue | Gets the display value that is associated with the DetailItem object. | 
| .jpeg) | Enabled | Gets or sets whether the item should be displayed as enabled. | 
| .jpeg) | Tasks | An array of tasks to which format specifiers in the display text can be linked. | 
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Equals(Object) | (Inherited from Object.) | 
| .jpeg) | Finalize() | (Inherited from Object.) | 
| .jpeg) .jpeg) | FromException(Exception) | Creates a DetailItem from an Exception. | 
| .jpeg) .jpeg) | FromListColumn<TBusinessObject>(ListColumn<TBusinessObject>, TBusinessObject) | Creates a DetailItem object from data that is defined in a specified ListColumn<TBusinessObject> object. | 
| .jpeg) .jpeg) | FromListColumn<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. | 
| .jpeg) | GetHashCode() | (Inherited from Object.) | 
| .jpeg) | GetType() | (Inherited from Object.) | 
| .jpeg) | MemberwiseClone() | (Inherited from Object.) | 
| .jpeg) | ToString() | (Inherited from Object.) | 
Remarks
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.
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