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/NameStringComparisonAvailableValuesFilter.cs

    r5605 r5606  
    2020#endregion
    2121
    22 
    2322using System.Collections.Generic;
    24 namespace HeuristicLab.Clients.OKB {
    25   public partial class NameSetComparisonStringAvailableValuesFilter {
     23namespace HeuristicLab.Clients.OKB.Query {
     24  public partial class NameStringComparisonAvailableValuesFilter {
    2625    public override Filter Clone() {
    27       return new NameSetComparisonStringAvailableValuesFilter() { FilterTypeName = FilterTypeName, Label = Label, Name = Name, Comparison = Comparison, Value = Value, AvailableValues = new List<string>(AvailableValues) };
     26      return new NameStringComparisonAvailableValuesFilter() { FilterTypeName = FilterTypeName, Label = Label, Name = Name, Comparison = Comparison, Value = Value, AvailableValues = new List<string>(AvailableValues) };
    2827    }
    2928  }
Note: See TracChangeset for help on using the changeset viewer.