new Base
Base class for all classes inside the Assessor namespace.
- Source:
- assessor.js, line 22
Members
-
class :String
-
Classname of the object the current instance is created from.
- Source:
- assessor.js, line 37
-
expanded :Boolean
-
A flag to indicate this is an actual instance.
- Default Value:
- true
- Source:
- assessor.js, line 28
-
namespace :String
-
The namespace the class is in or null if the class is defined directly in the main namespace.
- Source:
- assessor.js, line 35
-
parameters :String
-
JSON string representing the constructor parameters as elements of an array.
- Source:
- assessor.js, line 49
Methods
-
toJSON
-
Generates a JSON representation of this object that can be used to restore it.
- Source:
- assessor.js, line 57
Returns:
- Type
- String