Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/02/12 15:56:16 (12 years ago)
Author:
sforsten
Message:

#1784:

  • deleted RegressionProblemView
  • deleted of the import button in the DataAnalysisProblemView
  • small changes in the views of the Problems.Instances.Views project
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ProblemInstancesRegressionAndClassification/HeuristicLab.Problems.Instances.Views/3.4/ProblemInstanceProviderView.cs

    r7683 r7684  
    2626namespace HeuristicLab.Problems.Instances.Views {
    2727  [View("ProblemInstanceProviderView")]
    28   [Content(typeof(IProblemInstanceProvider), IsDefaultView = true)]
     28  [Content(typeof(IProblemInstanceProvider), IsDefaultView = false)]
    2929  public abstract partial class ProblemInstanceProviderView : AsynchronousContentView {
    3030
     
    3434    }
    3535
    36     public abstract IProblemInstanceConsumer Consumer { set; }
     36    public abstract IProblemInstanceConsumer Consumer { get; set; }
    3737
    38     public abstract IProblemInstanceExporter Exporter { set; }
     38    public abstract IProblemInstanceExporter Exporter { get; set; }
    3939
    4040    public ProblemInstanceProviderView() {
Note: See TracChangeset for help on using the changeset viewer.