コード例 #1
0
ファイル: SimpleQueryExecutor.cs プロジェクト: Epitomy/CMS
 public SimpleQueryExecutor(TextContentQuery textContentQuery)
     : base(textContentQuery)
 {
     this.textContentQuery = textContentQuery;
 }
コード例 #2
0
 public CouchbaseTextContentQuery(TextContentQuery contentQuery)
     : base(contentQuery)
 {
     this._textContentQuery = contentQuery;
 }
コード例 #3
0
ファイル: SimpleQueryExecutor.cs プロジェクト: Epitomy/CMS
 public SimpleQueryExecutor(TextContentQuery textContentQuery)
     : base(textContentQuery)
 {
     this.textContentQuery = textContentQuery;
 }
コード例 #4
0
ファイル: QueryExecutor.cs プロジェクト: Epitomy/CMS
 public TextContentQueryExecutor(TextContentQuery textContentQuery)
 {
     TextContentQuery = textContentQuery;
 }
コード例 #5
0
 public CouchbaseTextContentQuery(TextContentQuery contentQuery)
     : base(contentQuery)
 {
     this._textContentQuery = contentQuery;
 }
コード例 #6
0
 public TextContentQueryExecutor(TextContentQuery textContentQuery)
 {
     TextContentQuery = textContentQuery;
 }