AlertTypeDtoId 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.Alerts
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
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