Class ActiveCommandsModel
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
NotificationsIReadOnlyList<NotificationModel>StatusCurrentStatus
Properties
Status
public CurrentStatus Status { get; init; }