Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Services.WebApp/3.3/Controllers/DataTransfer/Plugin.cs @ 12428

Last change on this file since 12428 was 12428, checked in by ascheibe, 9 years ago

#2394 added web app and status page to trunk

File size: 287 bytes
Line 
1using System;
2
3namespace HeuristicLab.Services.WebApp.Controllers.DataTransfer {
4  public class Plugin {
5    public string Name { get; set; }
6    public string AssemblyName { get; set; }
7    public DateTime? LastReload { get; set; }
8    public int Reloads { get; set; }
9  }
10}
Note: See TracBrowser for help on using the repository browser.