IModelClient Class
Beta
Base class that allows access to different iModel related Class handlers. Handlers should be accessed through an instance of this class, rather than constructed directly.
Extended by
- IModelBankClient
- IModelHubClient
Methods
| Name | Description | |
|---|---|---|
| constructor(baseHandler: IModelBaseHandler, fileHandler?: FileHandler): IModelClient | Creates an instance of IModelClient. | |
| setFileHandler(fileHandler: FileHandler): void | Sets file handler for file upload/download. |
Properties
| Name | Type | Description | |
|---|---|---|---|
| _handler Protected | IModelBaseHandler | ||
| changeSets Accessor ReadOnly | ChangeSetHandler | Get the handler for ChangeSets. | Beta |
| events Accessor ReadOnly | EventHandler | Get the handler for IModelHubEvents. | |
| globalEvents Accessor ReadOnly | GlobalEventHandler | Get the handler for IModelHubGlobalEvents. | |
| iModel Accessor ReadOnly | IModelHandler | Get the handler for HubIModel. | |
| iModels Accessor ReadOnly | IModelsHandler | Get the handler for HubIModel instances. | |
| versions Accessor ReadOnly | VersionHandler | Get the handler for Versions. | Beta |
Defined in
Last Updated: 08 January, 2020