Rev | Line | |
---|
[5186] | 1 | using System;
|
---|
| 2 | using System.Collections.Generic;
|
---|
| 3 | using System.Linq;
|
---|
| 4 | using System.Web;
|
---|
| 5 |
|
---|
| 6 | namespace HLWebOKBAdminPlugin.ViewModels {
|
---|
| 7 | public class AlgorithmClassViewModel {
|
---|
| 8 | //if required, add more properties to the managed object
|
---|
| 9 | //in this case the view model contains only a list of AlgorithmClass
|
---|
| 10 |
|
---|
| 11 | public HLWebPluginHost.OKBService.AlgorithmClass AlgorithmClass { get; set; }
|
---|
| 12 |
|
---|
| 13 | }//AlgorithmClassViewModel
|
---|
| 14 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.