Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/16/10 01:49:10 (14 years ago)
Author:
swagner
Message:

Adapted views of HeuristicLab.Core.Views according the new read-only property and renamed method SetEnableStateOfControls into SetEnabledStateOfControls (#973).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Core.Views/3.3/ItemView.cs

    r3235 r3362  
    2929  /// Base class for all visual representations.
    3030  /// </summary>
    31   [View("Item View")]
    32   [Content(typeof(Item), false)]
    33   [Content(typeof(IItem), false)]
    3431  public partial class ItemView : AsynchronousContentView {
    3532    public new IItem Content {
Note: See TracChangeset for help on using the changeset viewer.