Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/19/08 12:12:39 (16 years ago)
Author:
vdorfer
Message:

Created API documentation for HeuristicLab.Core namespace (#331)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Core/Interfaces/IEditable.cs

    r2 r776  
    2525
    2626namespace HeuristicLab.Core {
     27  /// <summary>
     28  /// Interface to represent editable items.
     29  /// </summary>
    2730  public interface IEditable : IViewable {
     31    /// <summary>
     32    /// Creates an editor.
     33    /// </summary>
     34    /// <returns>The created editor as <see cref="IEditor"/>.</returns>
    2835    IEditor CreateEditor();
    2936  }
Note: See TracChangeset for help on using the changeset viewer.