mirror of
https://github.com/Biarity/Sieve.git
synced 2025-12-10 04:08:35 +01:00
Boolean sorting & filtering tests
This commit is contained in:
@@ -22,6 +22,9 @@ namespace SieveUnitTests.Entities
|
||||
[Sieve(CanFilter = true, CanSort = true)]
|
||||
public DateTimeOffset DateCreated { get; set; } = DateTimeOffset.UtcNow;
|
||||
|
||||
[Sieve(CanFilter = true, CanSort = true)]
|
||||
public bool IsDraft { get; set; }
|
||||
|
||||
public string ThisHasNoAttribute { get; set; }
|
||||
|
||||
public string ThisHasNoAttributeButIsAccessible { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user