TrashItemModel Constructor

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 TrashItemModel(
	IIdLabel item,
	ItemType itemType,
	DateTimeOffset deletedAt,
	IconName icon,
	string typeLabel
)

Parameters

item  IIdLabel

[Missing <param name="item"/> documentation for "M:MobileTrack.Web.Components.Models.TrashItemModel.#ctor(MobileTrack.Common.Interfaces.IIdLabel,MobileTrack.Common.Enums.ItemType,System.DateTimeOffset,BlazorBootstrap.IconName,System.String)"]

itemType  ItemType

[Missing <param name="itemType"/> documentation for "M:MobileTrack.Web.Components.Models.TrashItemModel.#ctor(MobileTrack.Common.Interfaces.IIdLabel,MobileTrack.Common.Enums.ItemType,System.DateTimeOffset,BlazorBootstrap.IconName,System.String)"]

deletedAt  DateTimeOffset

[Missing <param name="deletedAt"/> documentation for "M:MobileTrack.Web.Components.Models.TrashItemModel.#ctor(MobileTrack.Common.Interfaces.IIdLabel,MobileTrack.Common.Enums.ItemType,System.DateTimeOffset,BlazorBootstrap.IconName,System.String)"]

icon  IconName

[Missing <param name="icon"/> documentation for "M:MobileTrack.Web.Components.Models.TrashItemModel.#ctor(MobileTrack.Common.Interfaces.IIdLabel,MobileTrack.Common.Enums.ItemType,System.DateTimeOffset,BlazorBootstrap.IconName,System.String)"]

typeLabel  String

[Missing <param name="typeLabel"/> documentation for "M:MobileTrack.Web.Components.Models.TrashItemModel.#ctor(MobileTrack.Common.Interfaces.IIdLabel,MobileTrack.Common.Enums.ItemType,System.DateTimeOffset,BlazorBootstrap.IconName,System.String)"]

See Also