SievePropertyMapper for #4

This commit is contained in:
Biarity
2018-02-10 15:37:04 +10:00
parent b52362e2bc
commit 0bd38b8348
10 changed files with 330 additions and 10 deletions

View File

@@ -21,5 +21,11 @@ namespace SieveUnitTests.Entities
[Sieve(CanFilter = true, CanSort = true)]
public DateTimeOffset DateCreated { get; set; } = DateTimeOffset.UtcNow;
public string ThisHasNoAttribute { get; set; }
public string ThisHasNoAttributeButIsAccessible { get; set; }
public int OnlySortableViaFluentApi { get; set; }
}
}