Boolean sorting & filtering tests

This commit is contained in:
Biarity
2018-04-08 13:46:16 +10:00
parent 9104ea7693
commit 47fd6307a0
4 changed files with 38 additions and 6 deletions

View File

@@ -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; }