Adding properties for DateFilter.
This commit is contained in:
@@ -60,6 +60,7 @@
|
||||
<ItemGroup>
|
||||
<Content Include="testconf.xml">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
|
||||
@@ -7,6 +7,11 @@ namespace TimberWinR.Filters
|
||||
{
|
||||
public class DateFilter : FilterBase
|
||||
{
|
||||
public string Field { get; private set; }
|
||||
public string Target { get; private set; }
|
||||
public bool ConvertToUTC { get; private set; }
|
||||
public List<string> Pattern { get; private set; }
|
||||
|
||||
public override void Apply(Newtonsoft.Json.Linq.JObject json)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
|
||||
Reference in New Issue
Block a user