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 | |
---|---|---|
DashboardItem(String, String, Uri, Bitmap) | Initializes a new instance of the DashboardItem class. | |
DashboardItem(String, String, Uri, ImageSource) | Initializes a new instance of the DashboardItem class. |
Top
Properties
Name | Description | |
---|---|---|
Description | Gets the description of the dashboard item. | |
Image | Gets the source of a 32x32 image to display next to the item. | |
Title | Gets the title of the item. | |
Uri | Gets the URI to navigate to when the item is clicked. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.