Changeset 1637 for trunk/sources/HeuristicLab.Hive.Contracts
- Timestamp:
- 04/23/09 16:59:23 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Contracts/3.2/BusinessObjects/CachedHivePluginInfo.cs
r1596 r1637 24 24 using System.Text; 25 25 using HeuristicLab.Hive.Contracts.BusinessObjects; 26 using System.Runtime.Serialization; 26 27 27 28 namespace HeuristicLab.PluginInfrastructure { 29 [DataContract] 28 30 public class CachedHivePluginInfo : HivePluginInfo { 29 31 … … 32 34 /// stores the plugin files in a list of byte arrays 33 35 /// </summary> 36 [DataMember] 34 37 public List<byte[]> PluginFiles { 35 38 get { return pluginFiles; }
Note: See TracChangeset
for help on using the changeset viewer.