Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/28/14 14:12:29 (10 years ago)
Author:
pfleck
Message:
  • Removed sorting of ItemCollectionView and used ItemListView instead.
File:
1 moved

Legend:

Unmodified
Added
Removed
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.3/CheckedTransformationListView.cs

    r10900 r10902  
    3131
    3232namespace HeuristicLab.DataPreprocessing.Views {
    33   [View("CheckedTransformationCollection View")]
     33  [View("CheckedTransformationList View")]
    3434  //[Content(typeof(RunCollectionConstraintCollection), true)]
    35   [Content(typeof(ICheckedItemCollection<ITransformation>), false)]
    36   public partial class CheckedTransformationCollectionView : CheckedItemCollectionView<ITransformation> {
     35  [Content(typeof(ICheckedItemList<ITransformation>), false)]
     36  public partial class CheckedTransformationListView : CheckedItemListView<ITransformation> {
    3737
    38     public CheckedTransformationCollectionView() {
     38    public CheckedTransformationListView() {
    3939      InitializeComponent();
    4040      itemsGroupBox.Text = "Transformations";
    41       Sorting = SortOrder.None;
    4241    }
    4342
Note: See TracChangeset for help on using the changeset viewer.