public sealed class DashboardDto : ICloneable<DashboardDto>,
IIdLabel, IHasCompany, IHasVersion, IHasAccount, IIsSoftDeletable| DashboardDto | Internal constructor for deserialization; do not use. When generating a new object, use the method provided by ModelFactory. |
| AccountId | AccountDto that is attached to the item. |
| CompanyId | Represents the CompanyDto owning this object. |
| DeletedBy | AccountDto user that deleted the item. User can only be a member of the CompanyDto or MobileTrack support. If the item isn't deleted, the value must be , not Empty! |
| DeletionDate | Date when the item was deleted (if applicable) |
| Id | 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. |
| IsDeleted | If , the item has been soft deleted and only exists for logging purposes or to be reclaimed later. It also means DeletedBy must be set. |
| Label | The label representing the object to the user. Empty or are not valid values for this property! |
| Modules | List of modules |
| VersionNumber | Version number of the item. This number can only be increased, never decreased. |
| Clone | Clones the current instance of the object. |
| GenerateFourEyesRequestedMessage |
Generates a toast message for a four-eyes request, letting the user know it had been submitted properly.
(Defined by FourEyesExtensions) |
| GenerateToastMessageForAction |
Generates a toast message for the specified action.
(Defined by WebExtensions) |
| GenerateToastMessageForFourEyesCancelled |
Generates Toast message for when a four-eyes request has been denied
(Defined by WebExtensions) |
| GenerateToastMessageForItemCreation |
Generates Toast message for when an item has been successfully created.
(Defined by WebExtensions) |
| GenerateToastMessageForItemDeletion |
Generates Toast message for when an item has been successfully deleted.
(Defined by WebExtensions) |
| GenerateToastMessageForItemLicenseActivated |
Generates Toast message for when an item has been successfully activated.
(Defined by WebExtensions) |
| GenerateToastMessageForItemLicenseExpired |
Generates Toast message for when an item's license has been successfully expired.
(Defined by WebExtensions) |
| GenerateToastMessageForItemLock |
Generates Toast message for when an item has been successfully locked.
(Defined by WebExtensions) |
| GenerateToastMessageForItemRequestConfirmed |
Generates Toast message for when an item request has been successfully confirmed.
(Defined by WebExtensions) |
| GenerateToastMessageForItemRevertDelete |
Generates Toast message for when an item has been successfully reverted deletion.
(Defined by WebExtensions) |
| GenerateToastMessageForItemUnlock |
Generates Toast message for when an item has been successfully unlocked.
(Defined by WebExtensions) |
| GenerateToastMessageForItemUpdated |
Generates Toast message for when an item has been successfully updated.
(Defined by WebExtensions) |
| IdString |
renders ID as a string for frontend brevity.
(Defined by ModelGenericExtensions) |
| IsDashboardValid |
Checks whether the Dashboard object is properly filled in.
(Defined by ModelValidatorsExtensions) |
| IsHasAccountValid |
Checks if the account field is properly filled in.
(Defined by ModelValidatorsExtensions) |
| IsIdAndLabelValid |
Checks whether the Id and Label have been properly entered.
(Defined by ModelValidatorsExtensions) |
| IsLabelValid |
Checks whether the Label field has a valid value;
not , not whitespace (or beginning or ending with whitespace) and not only comprised of special characters.
(Defined by ModelValidatorsExtensions) |
| IsSoftDeletePermanentExpired |
Gets the DateTime until a soft-deleted item is to be permanently deleted.
(Defined by ModelGenericExtensions) |
| RevertDeletion |
Reverts the soft deletion of an item.
(Defined by ModelGenericModifiers) |
| SetDeletedNow |
Set item as soft deleted.
(Defined by ModelGenericModifiers) |
| SetDeletedNow |
Set item as soft deleted.
(Defined by ModelGenericModifiers) |
| TrimLabel |
Trim the label of IIdLabel object.
(Defined by ModelGenericModifiers) |