CompanyImportDevices Class

Tool to import many DeviceDto's simultaneously from an excel file.

Definition

Namespace: MobileTrack.Web.Portal.Pages.Admin.CompanyOverviews
Assembly: MobileTrack.Web.Portal (in MobileTrack.Web.Portal.exe) Version: 0.8+821604ea552bde242964120acb39b21c90d2b4af
[RouteAttribute("/admin/company/{companyId:guid}/import-devices")]
public sealed class CompanyImportDevices : MtBaseComponent
Inheritance
Object    ComponentBase    MtBaseComponent    CompanyImportDevices

Constructors

CompanyImportDevicesInitializes a new instance of the CompanyImportDevices class

Properties

EventHandler EventHandler caller for new devices.
IsProcessing Whether the import process is currently running.

See Also