Table of Contents

Class ActiveCommandsModel

Namespace
The.Web.Pages
Assembly
Instagile.Web.Client.dll
public sealed record ActiveCommandsModel : AvailableCommandsModel, IEquatable<CommandsModel>, IEquatable<AvailableCommandsModel>, IEquatable<ActiveCommandsModel>
Inheritance
ActiveCommandsModel
Implements
Inherited Members

Constructors

ActiveCommandsModel(IReadOnlyList<NotificationModel>, CurrentStatus)

public ActiveCommandsModel(IReadOnlyList<NotificationModel> Notifications, CurrentStatus Status)

Parameters

Notifications IReadOnlyList<NotificationModel>
Status CurrentStatus

Properties

Status

public CurrentStatus Status { get; init; }

Property Value

CurrentStatus