Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/27/11 18:49:29 (14 years ago)
Author:
msammer
Message:

#1520 added Styles; fixed bugs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Models/QueryModel.cs

    r6303 r6315  
    8080        }
    8181
    82         // just 4 testing
    83         //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 
    10582    }
    10683}
Note: See TracChangeset for help on using the changeset viewer.