Changeset 6315 for branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Models
- Timestamp:
- 05/27/11 18:49:29 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Models/QueryModel.cs
r6303 r6315 80 80 } 81 81 82 // just 4 testing83 //public IList<RunCollectionData> getTestRuns() {84 85 // QueryServiceClient client = Query.GetClientFactory();86 87 // if (client != null) {88 // IList<RunCollectionData> runs = new List<RunCollectionData>();89 90 // //long[] runIds = client.GetRunIds(new Filter());91 // //if (runIds.Length < cnt) cnt = runIds.Length;92 93 // long[] getRuns = new long[2] { 1, 2 };94 95 // IList<Run> runList = client.GetRuns(getRuns, false).ToList<Run>();96 97 // foreach (Run r in runList)98 // runs.Add(new RunCollectionData(r));99 100 // return runs;101 // }102 // return new List<RunCollectionData>();103 //}104 105 82 } 106 83 }
Note: See TracChangeset
for help on using the changeset viewer.