Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/21/11 22:07:58 (13 years ago)
Author:
wtollsch
Message:

#1433 AlgorithmClass, Algorithm, ProblemClass, Problem create/update appropriate controller/models/views, File upload (Algorithm / Problem)

File:
1 edited

Legend:

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

    r6161 r6246  
    1212
    1313        public String SelectedSubMenu { get; set; }
    14         public IList<AlgorithmClass> AlgorithmClasses { get { return AlgorithmClassGetAll(); } }
     14        public IList<AlgorithmClass> AlgorithmClasses {
     15            get { return AlgorithmClassGetAll(); }
     16            set { ;}
     17        }
    1518
    1619        public AlgorithmClass AlgorithmClass { get; set; }
Note: See TracChangeset for help on using the changeset viewer.