DeviceDtoId Property

The unique ID representing the object. Empty is not valid! This ID is used when other objects are referring to this object, and as the main ID in the Azure Cosmos database.

Definition

Namespace: MobileTrack.Common.Models
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+ce90b2cf6b782b8d7b7fd47b3c546987c652c00f
public Guid Id { get; internal set; }

Property Value

Guid

Implements

IIdLabelId

Remarks

When a business object is created for the first time, the ID is generated by the C# codebase immediately. It isn't generated when the item is first submitted to the database or even before the user has started to fill in the form.

See Also