ActionFlowEventOnDeviceRebuild Field

Invoked when a device is to be deleted, then re-added to the system. This is usually done because within a CompanyDto, the device will receive a new user, causing the old logs and device history to need to become hidden while retained for compliance reasons.

Definition

Namespace: MobileTrack.Common.Enums
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+ce90b2cf6b782b8d7b7fd47b3c546987c652c00f
public static readonly ActionFlowEvent OnDeviceRebuild

Field Value

ActionFlowEvent

Remarks

  • Deleted Device (DeviceDto)
  • the user deleting the Device (AccountDto - can be null)
  • the background process creating the Device (Guid - can be null)
  • When this took place (DateTime)

See Also