IHasDeviceDeviceId Property

Device reference.

Definition

Namespace: MobileTrack.Common.Interfaces
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
Guid DeviceId { get; set; }

Property Value

Guid

Remarks

  • Referential integrity – This item must refer to a valid DeviceDto upon being set; the device must exist.
    Of course, devices can be deleted later down the line, in which case this property becomes an orphaned reference.
    That is fine, in which case front-end will refer to the object as being made by a deleted device.
  • Data isolation – The DeviceDto must belong to the same company as this item.

See Also