CS3 JS: Dictionary
From CS3 JavaScript
Dictionary
A dictionary of class descriptions.QuickLinks
getClass, getClasses, getGroups, toXMLMethods
Reflection getClass (name:string)
Gets a class description.
| Parameter | Type | Description |
|---|---|---|
| name | string | The class name. |
Array of string getClasses ( [name:string=All])
Gets a list of classe names by group.
| Parameter | Type | Description |
|---|---|---|
| name | string | The group name. If not supplied, all classes are returned. (default: All) |
Array of string getGroups ()
Gets the list of groups.
XML toXML (prefix:string)
Returns a Table of Contents in OMV format.
| Parameter | Type | Description |
|---|---|---|
| prefix | string | The prefix to be used in the href attributes. Optional. |