コード例 #1
0
ファイル: Rule.cs プロジェクト: solidbi/ActivityViewer
 public WhereRule(QueryToData getData, string whereClause, Action[] actions)
     : base(new PlaceholderCondition(whereClause), actions)
 {
     this.getData = getData;
     dataQuery   += whereClause;
 }
コード例 #2
0
 public WhereRule(QueryToData getData, string whereClause, Action[] actions)
     : base(new PlaceholderCondition(whereClause), actions)
 {
     this.getData = getData;
     dataQuery += whereClause;
 }