Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/05/12 16:39:54 (12 years ago)
Author:
sforsten
Message:

#1867:

  • Delete command for columns and for rows has been added, which have less data than a specified threshold
  • threshold can be set in a view
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Data/Model/ColumnGroup.cs

    r7267 r7968  
    2222using System;
    2323using System.Collections.Generic;
    24 using System.Collections;
    2524using System.Linq;
    26 using System.Text;
    2725using System.Windows.Forms;
    28 using System.Xml;
    29 using HeuristicLab.DataImporter.Data.View;
    3026using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    3127
     
    5955          i++;
    6056        }
    61       }   
     57      }
    6258    }
    6359
     
    125121            selectedIndexes.Add(i);
    126122        return selectedIndexes.ToArray();
    127       }   
     123      }
    128124    }
    129125
Note: See TracChangeset for help on using the changeset viewer.