C# Class KiwiDb.JsonDb.Filter.DateMatcher

Inheritance: Matcher
ファイルを表示 Open project: jlarsson/KiwiDB

Public Methods

Method Description
DateMatcher ( IJsonDate value ) : Kiwi.Json.Untyped
VisitDate ( IJsonDate value ) : bool

Method Details

DateMatcher() public method

public DateMatcher ( IJsonDate value ) : Kiwi.Json.Untyped
value IJsonDate
return Kiwi.Json.Untyped

VisitDate() public method

public VisitDate ( IJsonDate value ) : bool
value IJsonDate
return bool