Table of Contents

Class PostQueryParameters

Namespace
GastroSky.Models.Filters
Assembly
GastroSky.Models.dll
public class PostQueryParameters : PaginationFilter
Inheritance
PostQueryParameters
Inherited Members

Properties

Filter

[FromQuery]
public Dictionary<string, Dictionary<string, string>>? Filter { get; set; }

Property Value

Dictionary<string, Dictionary<string, string>>

SortBy

[FromQuery]
public Dictionary<string, SortingOrder> SortBy { get; set; }

Property Value

Dictionary<string, SortingOrder>

StateFilter

[FromQuery]
public PostStateFilter StateFilter { get; set; }

Property Value

PostStateFilter