mirror of
https://github.com/Biarity/Sieve.git
synced 2024-11-25 06:43:34 +01:00
Merge branch 'master' of https://github.com/Biarity/Sieve
This commit is contained in:
commit
fd56ceadd9
@ -34,11 +34,11 @@ public int LikeCount { get; set; }
|
|||||||
[Sieve(CanFilter = true, CanSort = true)]
|
[Sieve(CanFilter = true, CanSort = true)]
|
||||||
public int CommentCount { get; set; }
|
public int CommentCount { get; set; }
|
||||||
|
|
||||||
[Sieve(CanFilter = true, CanSort = true, name = "created")]
|
[Sieve(CanFilter = true, CanSort = true, Name = "created")]
|
||||||
public DateTimeOffset DateCreated { get; set; } = DateTimeOffset.UtcNow;
|
public DateTimeOffset DateCreated { get; set; } = DateTimeOffset.UtcNow;
|
||||||
|
|
||||||
```
|
```
|
||||||
There is also the `name` parameter that you can use to have a different name for use by clients.
|
There is also the `Name` parameter that you can use to have a different name for use by clients.
|
||||||
|
|
||||||
### 3. Get sort/filter/page queries by using the Sieve model in your controllers
|
### 3. Get sort/filter/page queries by using the Sieve model in your controllers
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user