Table of Contents

Class AvailableCommandsModel

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

Constructors

AvailableCommandsModel(IReadOnlyList<NotificationModel>)

public AvailableCommandsModel(IReadOnlyList<NotificationModel> Notifications)

Parameters

Notifications IReadOnlyList<NotificationModel>

Properties

Notifications

public IReadOnlyList<NotificationModel> Notifications { get; init; }

Property Value

IReadOnlyList<NotificationModel>