TrashItemModel Class

Represents an item derived from IIsSoftDeletable (AccountDto, DeviceDto, etc.) that has been soft-deleted.

Definition

Namespace: MobileTrack.Web.Components.Models
Assembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public sealed class TrashItemModel
Inheritance
Object    TrashItemModel

Constructors

TrashItemModel Represents an item derived from IIsSoftDeletable (AccountDto, DeviceDto, etc.) that has been soft-deleted.

Properties

DeletedAt When the item was deleted
IconName Icon to display alongside the item
Id Object ID, refers to the Id of the deleted item
ItemType Type of object (AccountDto, DeviceDto, etc.)
Label Object readable Label, refers to the Label of the deleted item
TypeLabel Human-readable label denoting the type of object

See Also