mirror of
https://github.com/Biarity/Sieve.git
synced 2025-07-27 04:33:23 +02:00
SievePropertyMapper for #4
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user