source:
trunk/sources/HeuristicLab.Hive.Contracts/ResponsePlugin.cs
@
1474
Last change on this file since 1474 was 1445, checked in by msteinbi, 16 years ago | |
---|---|
File size: 358 bytes |
Rev | Line | |
---|---|---|
[1369] | 1 | using System; |
2 | using System.Collections.Generic; | |
3 | using System.Linq; | |
4 | using System.Text; | |
5 | using System.Runtime.Serialization; | |
[1445] | 6 | using HeuristicLab.PluginInfrastructure; |
[1369] | 7 | |
8 | namespace HeuristicLab.Hive.Contracts { | |
9 | ||
10 | [DataContract] | |
11 | public class ResponsePlugin : Response { | |
12 | [DataMember] | |
[1445] | 13 | public List<CachedPlugin> Plugins { get; set; } |
[1369] | 14 | } |
15 | } |
Note: See TracBrowser
for help on using the repository browser.