Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/04/11 01:06:26 (13 years ago)
Author:
swagner
Message:

Worked on OKB (#1174)

File:
1 moved

Legend:

Unmodified
Added
Removed
  • branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/Query/ServiceClient/NameStringComparisonFilter.cs

    r5605 r5606  
    2020#endregion
    2121
    22 
    23 namespace HeuristicLab.Clients.OKB {
    24   public partial class NameSetComparisonStringFilter {
     22namespace HeuristicLab.Clients.OKB.Query {
     23  public partial class NameStringComparisonFilter {
    2524    public override Filter Clone() {
    26       return new NameSetComparisonStringFilter() { FilterTypeName = FilterTypeName, Label = Label, Name = Name, Comparison = Comparison, Value = Value };
     25      return new NameStringComparisonFilter() { FilterTypeName = FilterTypeName, Label = Label, Name = Name, Comparison = Comparison, Value = Value };
    2726    }
    2827  }
Note: See TracChangeset for help on using the changeset viewer.