Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/27/12 17:14:12 (12 years ago)
Author:
ascheibe
Message:

#1778

  • tried to clean up ItemTask/EngineTask overrides without breaking anything
  • added a unit test to check if ToString methods of IItems work
  • fixed ToString method of the Hive Plugin dto
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Clients.Hive/3.3/Tasks/EngineTask.cs

    r7259 r7532  
    148148    }
    149149
    150     public override string ItemDescription {
    151       get { return Description; }
    152     }
    153 
    154150    public static new Image StaticItemImage {
    155151      get { return HeuristicLab.Common.Resources.VSImageLibrary.Operator; }
     
    159155      get { return "EngineTask"; }
    160156    }
    161 
    162     public override Version ItemVersion {
    163       get { return null; }
    164     }
    165157  }
    166158}
Note: See TracChangeset for help on using the changeset viewer.