Example #1
0
 public BookQuery WithPageCount(RangeQuery <int> q) => Set(x => x.PageCount         = q);
Example #2
0
 public BookQuery WithScore(RangeQuery <double> q) => Set(x => x.Score              = q);
Example #3
0
 public ImageQuery WithHeight(RangeQuery <int> q) => Set(x => x.Height                   = q);
Example #4
0
 public ImageQuery WithNoteCount(RangeQuery <int> q) => Set(x => x.NoteCount             = q);
Example #5
0
 public ImageQuery WithWidth(RangeQuery <int> q) => Set(x => x.Width                     = q);