Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/07/11 14:02:32 (13 years ago)
Author:
wtollsch
Message:

#1433 add property AlgorithmClass

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Models/AlgorithmClassModel.cs

    r6143 r6144  
    88using HLWebOKBAdminPlugin.Helpers;
    99
    10 namespace HLWebPluginHost.Models {
     10namespace HLWebOKBAdminPlugin.Models {
    1111    public class AlgorithmClassModel {       
    1212
     
    1414        public IList<AlgorithmClass> AlgorithmClasses { get { return AlgorithmClassGetAll(); } }
    1515
     16        public AlgorithmClass AlgorithmClass { get; set; }
    1617
    1718        //***************************************Algorithm Class********************************************
Note: See TracChangeset for help on using the changeset viewer.