Free cookie consent management tool by TermsFeed Policy Generator

source: branches/WebApplication/MVC2/HLWebOKBQueryPlugin/ViewModels/AlgorithmClassViewModel.cs @ 5855

Last change on this file since 5855 was 5756, checked in by cfleisch, 14 years ago

Test Query Plugin added #1439

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