Free cookie consent management tool by TermsFeed Policy Generator

source: branches/WebApplication/MVC2/HLWebOKBAdminPlugin/ViewModels/AlgorithmClassBrowseViewModel.cs @ 5186

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

#1198 MVC2 plugin template added for HL OKBWebClient

File size: 425 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Web;
5using HLWebPluginHost.OKBService;
6
7namespace HLWebOKBAdminPlugin.ViewModels {
8    public class AlgorithmClassBrowseViewModel {
9        public HLWebPluginHost.OKBService.AlgorithmClass AlgorithmClassModel { get; set; }
10        public ICollection<HLWebPluginHost.OKBService.AlgorithmClass> AlgorithmClasses { get; set; }
11    }
12}
Note: See TracBrowser for help on using the repository browser.