Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/24/14 14:44:42 (9 years ago)
Author:
pfleck
Message:

#2269

  • Added a generic EnumValue for wrapping an enum.
  • Added a generic EnumValueView which displays a drop down with the available enum values.
  • Made AgingScheme an EnumValue instead of ValueTypeValue.
Location:
branches/ALPS/HeuristicLab.Data.Views/3.3
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ALPS/HeuristicLab.Data.Views/3.3/HeuristicLab.Data.Views-3.3.csproj

    r9714 r11569  
    208208      <DependentUpon>StringConvertibleValueView.cs</DependentUpon>
    209209    </Compile>
     210    <Compile Include="EnumValueView.cs">
     211      <SubType>UserControl</SubType>
     212    </Compile>
     213    <Compile Include="EnumValueView.Designer.cs">
     214      <DependentUpon>EnumValueView.cs</DependentUpon>
     215    </Compile>
    210216  </ItemGroup>
    211217  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.