Changeset 9363 for branches/OaaS/HeuristicLab.Core/3.3/Interfaces
- Timestamp:
- 04/16/13 13:13:41 (12 years ago)
- Location:
- branches/OaaS
- Files:
-
- 3 edited
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/OaaS
- Property svn:ignore
-
old new 21 21 protoc.exe 22 22 _ReSharper.HeuristicLab 3.3 Tests 23 Google.ProtocolBuffers-2.4.1.473.dll 23 24 packages
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/OaaS/HeuristicLab.Core/3.3/Interfaces/ILookupParameter.cs
r7259 r9363 26 26 string ActualName { get; set; } 27 27 string TranslatedName { get; } 28 IExecutionContext ExecutionContext { get; set; } 28 29 event EventHandler ActualNameChanged; 29 30 } -
branches/OaaS/HeuristicLab.Core/3.3/Interfaces/IParameter.cs
r7259 r9363 27 27 bool Hidden { get; set; } 28 28 IItem ActualValue { get; set; } 29 IExecutionContext ExecutionContext { get; set; }30 29 31 30 event EventHandler HiddenChanged;
Note: See TracChangeset
for help on using the changeset viewer.