register-device/extensible/single/extensible-device-registration.service.ts
BaseExtensibleDeviceRegistrationService
Properties |
|
Methods |
|
constructor(router: Router, stateService: AppStateService, client: FetchClient, tenantUiService: TenantUiService)
|
|||||||||||||||
Parameters :
|
getDeviceRegistrationProviders |
getDeviceRegistrationProviders()
|
Returns :
ExtensibleDeviceRegistrationProvider[]
|
Async getSchema | ||||||
getSchema(contextPath: string)
|
||||||
Parameters :
|
Async registerDevice |
registerDevice(contextPath: string, model: any)
|
Returns :
Promise<IResult<any>>
|
Protected getMetadataUrl | ||||||
getMetadataUrl(contextPath: string)
|
||||||
Parameters :
Returns :
string
|
Protected getServiceBaseUrl | ||||||
getServiceBaseUrl(contextPath: string)
|
||||||
Parameters :
Returns :
string
|
Protected client |
Type : FetchClient
|
Protected router |
Type : Router
|
Protected stateService |
Type : AppStateService
|
Protected tenantUiService |
Type : TenantUiService
|