EntityBase Constructor

Initializes the dundas.entities.EntityBase object.
 

Parameters

entityBaseOptions

Type: Object
(optional) Object with default values for the entity.
Optional: True

Examples

The following example initializes a new instance of a EntityBase object:

var newObject = new dundas.entities.EntityBase();