dundas.ServiceContainer Class

 

Inheritance Hierarchy

 
Class
   dundas.ServiceContainer
 

Constructors

 
  Name Description
init Initializes the service container. Called during construction.
 
 

Properties

 
  Name Description
site Gets or sets the site that this service container uses.
 
 

Methods

 
  Name Description
addService Adds a service to this service container.
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
getService Gets a service from this service container.
getServiceNames Gets the names of all the services contained in this service container.
removeService Removes a service from this service container.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.