Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/18/09 12:34:06 (15 years ago)
Author:
mkommend
Message:

removed commented code (ticket #712)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Modeling.Database.SQLServerCompact/3.2/DataObjects/Model.cs

    r2229 r2293  
    6565    public Algorithm Algorithm {
    6666      get { return this.algorithm.Entity; }
    67       //private set {
    68       //  Algorithm previousValue = algorithm.Entity;
    69       //  if (previousValue != value || (!algorithm.HasLoadedOrAssignedValue)) {
    70       //    if (previousValue != null) {
    71       //      algorithm.Entity = null;
    72       //    }
    73       //    algorithm.Entity = value;
    74       //    if (value != null) {
    75       //      algorithmId = value.Id;
    76       //    }
    77       //  }
    78       //}
    7967    }
    8068
     
    10088    public Variable TargetVariable {
    10189      get { return this.targetVariable.Entity; }
    102       //private set {
    103       //  Variable previousValue = targetVariable.Entity;
    104       //  if (previousValue != value || (!targetVariable.HasLoadedOrAssignedValue)) {
    105       //    if (previousValue != null) {
    106       //      targetVariable.Entity = null;
    107       //    }
    108       //    targetVariable.Entity = value;
    109       //    if (value != null) {
    110       //      targetVariableId = value.Id;
    111       //    }
    112       //  }
    113       //}
    11490    }
    11591
Note: See TracChangeset for help on using the changeset viewer.