Returns the ctor function used to implement a specific interface with a specific adapter name.
One of the following interface names: "ajax", "dataService", "modelLibrary", "uriBuilder"
Returns either a ctor function or null.
Returns the adapter instance corresponding to the specified interface and adapter names.
The name of the interface.
Initializes a single adapter implementation. Initialization means either newing a instance of the specified interface and then calling "initialize" on it or simply calling "initialize" on the instance if it already exists.
The name of the interface to which the adapter to initialize belongs.
The name of a previously registered adapter to initialize.
Method use to register implementations of standard breeze interfaces. Calls to this method are usually made as the last step within an adapter implementation.
one of the following interface names: "ajax", "dataService", "modelLibrary", "uriBuilder"
an ctor function that returns an instance of the specified interface.
this is needed for reflection purposes when deserializing an object that needs a fn or ctor. Used to register validators.
Generated using TypeDoc
whether to prohibit eval() and Function() in breeze code