- Timestamp:
- 10/27/09 11:51:31 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Modeling.Database.SQLServerCompact/3.2/DataObjects/ModelData.cs
r2382 r2451 36 36 public ModelData(Model model, byte[] data) 37 37 : base() { 38 this.modelId = model.Id; 38 if (model.Id == -1) 39 this.model.Entity = model; 40 else 41 this.modelId = model.Id; 39 42 this.data = data; 40 43 }
Note: See TracChangeset
for help on using the changeset viewer.