Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/05/11 15:37:04 (14 years ago)
Author:
cneumuel
Message:

#1233

  • seperated ExperimentMangerClient (OKB-Style, contains business logic) and HiveExperiment (mainly only contains information)
  • fixed redundant cloning methods in dtos
  • added simple statistics in HiveExperiment which the user can see before downloading an experiment
  • added db-delete cascade for slaves and statelogs - now slaves can be safely deleted
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Views/3.4/HeuristicLab.Clients.Hive.Views-3.4.csproj

    r5852 r5955  
    157157      <DependentUpon>UpdateControl.cs</DependentUpon>
    158158    </Compile>
     159    <Compile Include="ExperimentManager\HiveExperimentView.cs">
     160      <SubType>UserControl</SubType>
     161    </Compile>
     162    <Compile Include="ExperimentManager\HiveExperimentView.Designer.cs">
     163      <DependentUpon>HiveExperimentView.cs</DependentUpon>
     164    </Compile>
     165    <Compile Include="ExperimentManager\HiveItemView.cs">
     166      <SubType>UserControl</SubType>
     167    </Compile>
     168    <Compile Include="ExperimentManager\HiveItemView.Designer.cs">
     169      <DependentUpon>HiveItemView.cs</DependentUpon>
     170    </Compile>
    159171    <Compile Include="ExperimentManager\StateLogListList.cs" />
    160172    <Compile Include="ExperimentManager\ItemTreeView.cs">
     
    194206    <Compile Include="ExperimentManager\StateLogView.designer.cs">
    195207      <DependentUpon>StateLogView.cs</DependentUpon>
    196     </Compile>
    197     <Compile Include="ExperimentManager\UpdateableHiveExperimentManagerView.cs">
    198       <SubType>UserControl</SubType>
    199     </Compile>
    200     <Compile Include="ExperimentManager\UpdateableHiveExperimentManagerView.designer.cs">
    201       <DependentUpon>UpdateableHiveExperimentManagerView.cs</DependentUpon>
    202208    </Compile>
    203209    <Compile Include="ExperimentManager\HiveExperimentManagerView.cs">
     
    231237      <DependentUpon>HiveExperimentListView.cs</DependentUpon>
    232238    </Compile>
    233     <Compile Include="ExperimentManager\HiveExperimentView.cs">
    234       <SubType>UserControl</SubType>
    235     </Compile>
    236     <Compile Include="ExperimentManager\HiveExperimentView.Designer.cs">
    237       <DependentUpon>HiveExperimentView.cs</DependentUpon>
    238     </Compile>
    239239    <Compile Include="ExperimentManager\HiveJobListView.cs">
    240240      <SubType>UserControl</SubType>
     
    282282      <DependentUpon>UpdateControl.cs</DependentUpon>
    283283    </EmbeddedResource>
     284    <EmbeddedResource Include="ExperimentManager\HiveExperimentView.resx">
     285      <DependentUpon>HiveExperimentView.cs</DependentUpon>
     286    </EmbeddedResource>
    284287    <EmbeddedResource Include="ExperimentManager\ItemTreeView.resx">
    285288      <DependentUpon>ItemTreeView.cs</DependentUpon>
     
    300303      <DependentUpon>HiveExperimentManagerView.cs</DependentUpon>
    301304      <SubType>Designer</SubType>
    302     </EmbeddedResource>
    303     <EmbeddedResource Include="ExperimentManager\UpdateableHiveExperimentManagerView.resx">
    304       <DependentUpon>UpdateableHiveExperimentManagerView.cs</DependentUpon>
    305     </EmbeddedResource>
    306     <EmbeddedResource Include="ExperimentManager\HiveExperimentView.resx">
    307       <DependentUpon>HiveExperimentView.cs</DependentUpon>
    308305    </EmbeddedResource>
    309306    <EmbeddedResource Include="ExperimentManager\HiveJobView.resx">
Note: See TracChangeset for help on using the changeset viewer.