DashboardControl Methods
A client-side part of the Web Dashboard.| Name | Description |
|---|---|
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| findExtension(String) | Allows you to get access to the extension. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| initializeDashboard(String, String) | Initializes a new dashboard with the specified name and JSON model. |
| initializeDashboard(String, String, Object) | Initializes a new dashboard with the specified name, JSON model and initial state. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| registerExtension(IExtension) | Allows you to register a dashboard extension to add its functionality to the Web Dashboard. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
| unregisterExtension(String) | Allows you to unregister a dashboard extension to disable its functionality in the Web Dashboard. |
See Also