Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/28/20 16:37:01 (4 years ago)
Author:
dpiringe
Message:

#3026 code cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface.OptimizerIntegration/ViewModels/JsonItemVMBase.cs

    r17411 r17412  
    2222
    2323    public virtual Type JsonItemType => typeof(JsonItem);
    24 
    25     //protected IJsonItemValueParser Parser { get; set; }
    26     //child tree
    27     //private IList<JsonItemVM> nodes = new List<JsonItemVM>();
    28 
    29     //public IEnumerable<JsonItemVM> Nodes { get => nodes; }
    30     //public JsonItemVM Parent { get; private set; }
    31 
    3224
    3325    private bool selected = true;
     
    5547      }
    5648    }
     49
    5750    public virtual JsonItemBaseControl GetControl() {
    5851      return new JsonItemBaseControl(this);
Note: See TracChangeset for help on using the changeset viewer.