Changeset 17843 for branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface/Interfaces/IJsonItem.cs
- Timestamp:
- 02/23/21 16:36:44 (8 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface/Interfaces/IJsonItem.cs
r17519 r17843 58 58 59 59 /// <summary> 60 /// This method fixates the path.61 /// After calling, the path cannot be changed by changing the name or parent.62 /// </summary>63 void FixatePath();64 65 /// <summary>66 /// This method looses the path again after a call of FixatePath.67 /// After calling, the path is calculated by the position in item tree again.68 /// </summary>69 void LoosenPath();70 71 /// <summary>72 60 /// Method to generate a Newtonsoft JObject, which describes the JsonItem. 73 61 /// </summary>
Note: See TracChangeset
for help on using the changeset viewer.