Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/16/10 18:36:45 (14 years ago)
Author:
gkronber
Message:

Added contact info and license text to plugin descriptions. #860

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.PluginInfrastructure/Interfaces/IPluginDescription.cs

    r2790 r2815  
    4949    /// </summary>
    5050    IEnumerable<IPluginFile> Files { get; }
     51    /// <summary>
     52    /// Gets the name of the contact person of the plugin.
     53    /// </summary>
     54    string ContactName { get; }
     55    /// <summary>
     56    /// Gets the e-mail address of the contact person of the plugin.
     57    /// </summary>
     58    string ContactEmail { get; }
     59    /// <summary>
     60    /// Gets the license text of the plugin.
     61    /// </summary>
     62    string LicenseText { get; }
    5163  }
    5264}
Note: See TracChangeset for help on using the changeset viewer.