Example #1
0
 public override void ParseFilter(Context ctx)
 {
     ctx.mainFilter = !ctx.mainFilter;
 }
Example #2
0
 public override void ParseQuery(Context ctx)
 {
     ctx.mainQuery = !ctx.mainQuery;
 }
Example #3
0
 public abstract void ParseFilter(Context ctx);
Example #4
0
 public override void ParseQuery(Context ctx)
 {
     ctx.mainQuery |= this.Query;
 }
Example #5
0
 public abstract void ParseQuery(Context ctx);