Free cookie consent management tool by TermsFeed Policy Generator

source: branches/WebApplication/MVC2/HLWebOKBAdminPlugin/ViewModels/AlgorithmClassViewModel.cs @ 5645

Last change on this file since 5645 was 5186, checked in by wtollsch, 14 years ago

#1198 MVC2 plugin template added for HL OKBWebClient

File size: 450 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Web;
5
6namespace 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.