Free cookie consent management tool by TermsFeed Policy Generator

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

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

#1433 adjusted HLWebOKBAdminPlugin to new Service (AdministrationService)

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.