|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
|
Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
|
findExtension(String)
|
Allows you to get access to the extension.
|
|
GetHashCode()
|
Serves as the default hash function.
|
|
GetType()
|
Gets the Type of the current instance.
|
|
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.
|
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
|
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.
|
|
unregisterExtension(String)
|
Allows you to unregister a dashboard extension to disable its functionality in the Web Dashboard.
|