SeatCount Constructor

Initializes the SeatCount. Called during construction.
 

Parameters

baseSeatCount

Type: Number
(optional) The base seat count.
Optional: True
elasticSeatCount

Type: Number
(optional) The elastic seat count.
Optional: True
elasticHourCount

Type: Number
(optional) The elastic hour count.
Optional: True

Examples

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

var newObject = new dundas.licensing.SeatCount();