Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/01/10 20:37:36 (13 years ago)
Author:
cneumuel
Message:

#1215 worked on metaoptimization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.MetaOptimization/HeuristicLab.Problems.MetaOptimization.Views/3.3/RootValueConfigurationView.cs

    r4982 r5009  
    1616  /// </summary>
    1717  [View("ParameterConfiguration View")]
    18   [Content(typeof(RootValueConfiguration), true)]
     18  [Content(typeof(ParameterConfigurationTree), true)]
    1919  public partial class RootValueConfigurationView : ItemView {
    2020    /// <summary>
     
    2323    /// <remarks>Uses property <see cref="ViewBase.Item"/> of base class <see cref="ViewBase"/>.
    2424    /// No own data storage present.</remarks>
    25     public new RootValueConfiguration Content {
    26       get { return (RootValueConfiguration)base.Content; }
     25    public new ParameterConfigurationTree Content {
     26      get { return (ParameterConfigurationTree)base.Content; }
    2727      set { base.Content = value; }
    2828    }
Note: See TracChangeset for help on using the changeset viewer.