DetailItem Class

Represents an item in the details pane of the Administration Console.

Namespace: Microsoft.EssentialBusinessServer.Console.ObjectModel
Assembly: Microsoft.EssentialBusinessServer.Console.ObjectModel (in microsoft.essentialbusinessserver.console.objectmodel.dll)

Usage

Syntax

'Declaration
Public Class DetailItem
public class DetailItem
public ref class DetailItem
public class DetailItem
public class DetailItem

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 Administration Console. 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.

Inheritance Hierarchy

System.Object
  Microsoft.EssentialBusinessServer.Console.ObjectModel.DetailItem

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.

Platforms

Development Platforms

Windows Server 2008 64-bit Edition, Windows Vista 64-bit Edition, Windows Essential Business Server 2008 Standard, Windows Essential Business Server 2008 Premium

Target Platforms

Windows Essential Business Server 2008 Standard, Windows Essential Business Server 2008 Premium

See Also

Reference

DetailItem Members
Microsoft.EssentialBusinessServer.Console.ObjectModel Namespace