EditableSettingId 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.Web.Portal.Pages.Admin
Assembly: MobileTrack.Web.Portal (in MobileTrack.Web.Portal.exe) Version: 0.8+821604ea552bde242964120acb39b21c90d2b4af
public Guid Id { get; }

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