DashboardItem Class

Applies to v2.

Represents a report, scorecard, or filter on a dashboard page.

Inheritance Hierarchy

System.Object
  Microsoft.WebMatrix.Extensibility.DashboardItem

Namespace:  Microsoft.WebMatrix.Extensibility
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
Public Class DashboardItem
'Usage
Dim instance As DashboardItem
public class DashboardItem
public ref class DashboardItem
type DashboardItem =  class end
public class DashboardItem

The DashboardItem type exposes the following members.

Constructors

  Name Description
Public method DashboardItem(String, String, Uri, Bitmap) Initializes a new instance of the DashboardItem class.
Public method DashboardItem(String, String, Uri, ImageSource) Initializes a new instance of the DashboardItem class.

Top

Properties

  Name Description
Public property Description Gets the description of the dashboard item.
Public property Image Gets the source of a 32x32 image to display next to the item.
Public property Title Gets the title of the item.
Public property Uri Gets the URI to navigate to when the item is clicked.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

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

Reference

Microsoft.WebMatrix.Extensibility Namespace