%DeepSee.Dashboard.Element
class %DeepSee.Dashboard.Element extends %Library.RegisteredObject
This class represents the saved state of a dashboard element. Instances are stored using a generic name-value pair mechanism to provide maximum flexibility.Property Inventory
Method Inventory
- %Clear()
 - %CopyFromArray()
 - %CopyFromObject()
 - %CopyToArray()
 - %CopyToObject()
 - %DeleteId()
 - %ExistsId()
 - %GetSettings()
 - %KillExtent()
 - %OpenId()
 - %Save()
 
Properties
property %createTime as %TimeStamp;
Time this element was created.
Property methods: %createTimeDisplayToLogical(), %createTimeGet(), %createTimeIsValid(), %createTimeLogicalToDisplay(), %createTimeNormalize(), %createTimeOdbcToLogical(), %createTimeSet()
property %modifiedTime as %TimeStamp;
Time this item was most recently modified.
Property methods: %modifiedTimeDisplayToLogical(), %modifiedTimeGet(), %modifiedTimeIsValid(), %modifiedTimeLogicalToDisplay(), %modifiedTimeNormalize(), %modifiedTimeOdbcToLogical(), %modifiedTimeSet()
property %name as %String (MAXLEN = 255);
User-specified name of the element.
Property methods: %nameDisplayToLogical(), %nameGet(), %nameIsValid(), %nameLogicalToDisplay(), %nameLogicalToOdbc(), %nameNormalize(), %nameSet()
property %type as %String (MAXLEN = 255);
Type of this element.
Property methods: %typeDisplayToLogical(), %typeGet(), %typeIsValid(), %typeLogicalToDisplay(), %typeLogicalToOdbc(), %typeNormalize(), %typeSet()
Methods
final method %Clear()
Delete all name/value pairs currently in this object.
final method %CopyFromArray(ByRef pArray)
Copy the values from a local array 
(subscripted by property name) into
this element.
method %CopyFromObject(pObject As %RegisteredObject) as %Status
Copy data from an object into this element.
final method %CopyToArray(Output pArray)
Copy the name/value pairs in this element into
a local array subscripted by property name.
method %CopyToObject(pObject As %RegisteredObject) as %Status
Copy data from this element to an object.
Delete this element given it unique name.
Open this element given its unique name.
Get settings meta-data for the given element type.
final classmethod %KillExtent() as %Status
Delete all elements.
Open this element given its unique name.
final method %Save() as %Status
Save this element.
Inherited Members
Inherited Methods
- %AddToSaveSet()
 - %ClassIsLatestVersion()
 - %ClassName()
 - %ConstructClone()
 - %DispatchClassMethod()
 - %DispatchGetModified()
 - %DispatchMethod()
 - %DispatchSetModified()
 - %DispatchSetMultidimProperty()
 - %Extends()
 - %GetParameter()
 - %IsA()
 - %IsModified()
 - %New()
 - %NormalizeObject()
 - %ObjectModified()
 - %OriginalNamespace()
 - %PackageName()
 - %RemoveFromSaveSet()
 - %SerializeObject()
 - %SetModified()
 - %ValidateObject()