dundas.UndoableCommandData Class

 

Inheritance Hierarchy

 
Class
   dundas.UndoableCommandData
 

Constructors

 
  Name Description
init
 
 

Properties

 
  Name Description
newValue Gets or sets the new value.
newValueType Gets the new value type
oldValue Gets or sets the old value.
oldValueType Gets the old value type
 
 

Methods

 
  Name Description
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
solidifyData Freezes the values and disallows further assignment.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.