Table of Contents

Class GetUserNotificationsRequest

Namespace
OpenSettings.AspNetCore.Models.Requests
Assembly
OpenSettings.AspNetCore.dll
public class GetUserNotificationsRequest
Inheritance
GetUserNotificationsRequest
Inherited Members

Properties

IsDismissed

[FromQuery]
public bool? IsDismissed { get; set; }

Property Value

bool?

IsExpired

[FromQuery]
public bool? IsExpired { get; set; }

Property Value

bool?

IsOpened

[FromQuery]
public bool? IsOpened { get; set; }

Property Value

bool?

IsViewed

[FromQuery]
public bool? IsViewed { get; set; }

Property Value

bool?

Source

[FromQuery]
public NotificationSource? Source { get; set; }

Property Value

NotificationSource?

Type

[FromQuery]
public NotificationType? Type { get; set; }

Property Value

NotificationType?

UserId

[FromRoute]
public Guid UserId { get; set; }

Property Value

Guid