LicenseSpring Management .Net SDK 1.10.1
Easily add Software Licensing to your application
Loading...
Searching...
No Matches
LicenseSpring.IManagementService Interface Reference

ManagementService interface. More...

Properties

ManagementConfiguration Config [get, set]
 ManagementConfiguration used to initialize the services.
 
ICustomerService CustomerService [get]
 Returns an object of LicenseService.
 
IDeviceService DeviceService [get]
 Returns an object of DeviceService.
 
ILicenseService LicenseService [get]
 Returns an object of LicenseService.
 
IOrderService OrderService [get]
 Returns an object of CustomerService.
 
IProductService ProductService [get]
 Returns an object of ProductService.
 

Detailed Description

ManagementService interface.

Property Documentation

◆ CustomerService

ICustomerService LicenseSpring.IManagementService.CustomerService
get

Returns an object of LicenseService.

Returns
Object of a class that implements ILicenseService interface

◆ DeviceService

IDeviceService LicenseSpring.IManagementService.DeviceService
get

Returns an object of DeviceService.

Returns
Object of a class that implements IDeviceService interface

◆ LicenseService

ILicenseService LicenseSpring.IManagementService.LicenseService
get

Returns an object of LicenseService.

Returns
Object of a class that implements ILicenseService interface

◆ OrderService

IOrderService LicenseSpring.IManagementService.OrderService
get

Returns an object of CustomerService.

Returns
Object of a class that implements ICustomerService interface

◆ ProductService

IProductService LicenseSpring.IManagementService.ProductService
get

Returns an object of ProductService.

Returns
Object of a class that implements IProductService interface

The documentation for this interface was generated from the following file: