Namespace Constructor

Initializes the Namespace. Called during construction.
 

Parameters

namespaceOptions

Type: Object
(optional) An object literal with the default values for any properties.
Optional: True

Examples

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

var newObject = new dundas.data.Namespace();