Open this page in the API Guide

RequestBase Constructor

Initializes the RequestBase. Called during construction.
 

Parameters

requestOptions

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 RequestBase object:

1
var newObject = new dundas.data.RequestBase();