Changeset 2184 for branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.Modeling.SQLServerCompactBackend/3.2/Algorithm.cs
- Timestamp:
- 07/27/09 10:07:30 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.Modeling.SQLServerCompactBackend/3.2/Algorithm.cs
r2180 r2184 33 33 public string Name { 34 34 get { return this.name; } 35 privateset { this.name = value; }35 set { this.name = value; } 36 36 } 37 37 … … 40 40 public string Description { 41 41 get { return this.description; } 42 privateset { this.description = value; }42 set { this.description = value; } 43 43 } 44 44
Note: See TracChangeset
for help on using the changeset viewer.