Free cookie consent management tool by TermsFeed Policy Generator

Changeset 5973 for branches


Ignore:
Timestamp:
04/07/11 10:00:05 (13 years ago)
Author:
dkahn
Message:

#1198 cleaning up previously added generated files and sandbox specific content

Location:
branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost
Files:
2 deleted
8 edited

Legend:

Unmodified
Added
Removed
  • branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost

    • Property svn:ignore
      •  

        old new  
        11*.suo
         2*.user
        23bin
        3 *.user
        44obj
  • branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/HLWebPluginHost.csproj

    r5920 r5973  
    7373      <DependentUpon>Global.asax</DependentUpon>
    7474    </Compile>
     75<<<<<<< .mine
     76    <Compile Include="Lib\HLServiceMembershipProvider.cs" />
     77=======
    7578    <Compile Include="Helpers\Query.cs" />
     79>>>>>>> .r5972
    7680    <Compile Include="Models\AccountModels.cs" />
    7781    <Compile Include="PluginLib\AssemblyResourceProvider.cs" />
  • branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/HLWebPluginHost.csproj.user

    r4736 r5973  
    22<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
    33  <PropertyGroup>
    4     <ProjectView>ShowAllFiles</ProjectView>
     4    <ProjectView>ProjectFiles</ProjectView>
    55  </PropertyGroup>
    66  <ProjectExtensions>
  • branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Service References/OKBService/HeuristicLab.Services.OKB.DataTransfer.xsd

    r4783 r5973  
    5858  </xs:complexType>
    5959  <xs:element name="AlgorithmParameterValue" nillable="true" type="tns:AlgorithmParameterValue" />
     60  <xs:complexType name="AlgorithmParameterIntValue">
     61    <xs:complexContent mixed="false">
     62      <xs:extension base="tns:AlgorithmParameterValue">
     63        <xs:sequence>
     64          <xs:element minOccurs="0" name="Value" type="xs:long" />
     65        </xs:sequence>
     66      </xs:extension>
     67    </xs:complexContent>
     68  </xs:complexType>
     69  <xs:element name="AlgorithmParameterIntValue" nillable="true" type="tns:AlgorithmParameterIntValue" />
     70  <xs:complexType name="AlgorithmParameterBoolValue">
     71    <xs:complexContent mixed="false">
     72      <xs:extension base="tns:AlgorithmParameterValue">
     73        <xs:sequence>
     74          <xs:element minOccurs="0" name="Value" type="xs:boolean" />
     75        </xs:sequence>
     76      </xs:extension>
     77    </xs:complexContent>
     78  </xs:complexType>
     79  <xs:element name="AlgorithmParameterBoolValue" nillable="true" type="tns:AlgorithmParameterBoolValue" />
     80  <xs:complexType name="AlgorithmParameterBlobValue">
     81    <xs:complexContent mixed="false">
     82      <xs:extension base="tns:AlgorithmParameterValue">
     83        <xs:sequence>
     84          <xs:element minOccurs="0" name="Value" nillable="true" type="xs:base64Binary" />
     85        </xs:sequence>
     86      </xs:extension>
     87    </xs:complexContent>
     88  </xs:complexType>
     89  <xs:element name="AlgorithmParameterBlobValue" nillable="true" type="tns:AlgorithmParameterBlobValue" />
     90  <xs:complexType name="AlgorithmParameterStringValue">
     91    <xs:complexContent mixed="false">
     92      <xs:extension base="tns:AlgorithmParameterValue">
     93        <xs:sequence>
     94          <xs:element minOccurs="0" name="Value" nillable="true" type="xs:string" />
     95        </xs:sequence>
     96      </xs:extension>
     97    </xs:complexContent>
     98  </xs:complexType>
     99  <xs:element name="AlgorithmParameterStringValue" nillable="true" type="tns:AlgorithmParameterStringValue" />
     100  <xs:complexType name="AlgorithmParameterFloatValue">
     101    <xs:complexContent mixed="false">
     102      <xs:extension base="tns:AlgorithmParameterValue">
     103        <xs:sequence>
     104          <xs:element minOccurs="0" name="Value" type="xs:double" />
     105        </xs:sequence>
     106      </xs:extension>
     107    </xs:complexContent>
     108  </xs:complexType>
     109  <xs:element name="AlgorithmParameterFloatValue" nillable="true" type="tns:AlgorithmParameterFloatValue" />
    60110  <xs:complexType name="ArrayOfProblemParameterValue">
    61111    <xs:sequence>
     
    72122  </xs:complexType>
    73123  <xs:element name="ProblemParameterValue" nillable="true" type="tns:ProblemParameterValue" />
     124  <xs:complexType name="ProblemParameterIntValue">
     125    <xs:complexContent mixed="false">
     126      <xs:extension base="tns:ProblemParameterValue">
     127        <xs:sequence>
     128          <xs:element minOccurs="0" name="Value" type="xs:long" />
     129        </xs:sequence>
     130      </xs:extension>
     131    </xs:complexContent>
     132  </xs:complexType>
     133  <xs:element name="ProblemParameterIntValue" nillable="true" type="tns:ProblemParameterIntValue" />
     134  <xs:complexType name="ProblemParameterFloatValue">
     135    <xs:complexContent mixed="false">
     136      <xs:extension base="tns:ProblemParameterValue">
     137        <xs:sequence>
     138          <xs:element minOccurs="0" name="Value" type="xs:double" />
     139        </xs:sequence>
     140      </xs:extension>
     141    </xs:complexContent>
     142  </xs:complexType>
     143  <xs:element name="ProblemParameterFloatValue" nillable="true" type="tns:ProblemParameterFloatValue" />
     144  <xs:complexType name="ProblemParameterBlobValue">
     145    <xs:complexContent mixed="false">
     146      <xs:extension base="tns:ProblemParameterValue">
     147        <xs:sequence>
     148          <xs:element minOccurs="0" name="Value" nillable="true" type="xs:base64Binary" />
     149        </xs:sequence>
     150      </xs:extension>
     151    </xs:complexContent>
     152  </xs:complexType>
     153  <xs:element name="ProblemParameterBlobValue" nillable="true" type="tns:ProblemParameterBlobValue" />
     154  <xs:complexType name="ProblemParameterBoolValue">
     155    <xs:complexContent mixed="false">
     156      <xs:extension base="tns:ProblemParameterValue">
     157        <xs:sequence>
     158          <xs:element minOccurs="0" name="Value" type="xs:boolean" />
     159        </xs:sequence>
     160      </xs:extension>
     161    </xs:complexContent>
     162  </xs:complexType>
     163  <xs:element name="ProblemParameterBoolValue" nillable="true" type="tns:ProblemParameterBoolValue" />
     164  <xs:complexType name="ProblemParameterStringValue">
     165    <xs:complexContent mixed="false">
     166      <xs:extension base="tns:ProblemParameterValue">
     167        <xs:sequence>
     168          <xs:element minOccurs="0" name="Value" nillable="true" type="xs:string" />
     169        </xs:sequence>
     170      </xs:extension>
     171    </xs:complexContent>
     172  </xs:complexType>
     173  <xs:element name="ProblemParameterStringValue" nillable="true" type="tns:ProblemParameterStringValue" />
    74174  <xs:complexType name="ArrayOfExperiment">
    75175    <xs:sequence>
     
    107207  </xs:complexType>
    108208  <xs:element name="ResultValue" nillable="true" type="tns:ResultValue" />
     209  <xs:complexType name="ResultStringValue">
     210    <xs:complexContent mixed="false">
     211      <xs:extension base="tns:ResultValue">
     212        <xs:sequence>
     213          <xs:element minOccurs="0" name="Value" nillable="true" type="xs:string" />
     214        </xs:sequence>
     215      </xs:extension>
     216    </xs:complexContent>
     217  </xs:complexType>
     218  <xs:element name="ResultStringValue" nillable="true" type="tns:ResultStringValue" />
     219  <xs:complexType name="ResultBlobValue">
     220    <xs:complexContent mixed="false">
     221      <xs:extension base="tns:ResultValue">
     222        <xs:sequence>
     223          <xs:element minOccurs="0" name="Value" nillable="true" type="xs:base64Binary" />
     224        </xs:sequence>
     225      </xs:extension>
     226    </xs:complexContent>
     227  </xs:complexType>
     228  <xs:element name="ResultBlobValue" nillable="true" type="tns:ResultBlobValue" />
     229  <xs:complexType name="ResultBoolValue">
     230    <xs:complexContent mixed="false">
     231      <xs:extension base="tns:ResultValue">
     232        <xs:sequence>
     233          <xs:element minOccurs="0" name="Value" type="xs:boolean" />
     234        </xs:sequence>
     235      </xs:extension>
     236    </xs:complexContent>
     237  </xs:complexType>
     238  <xs:element name="ResultBoolValue" nillable="true" type="tns:ResultBoolValue" />
     239  <xs:complexType name="ResultFloatValue">
     240    <xs:complexContent mixed="false">
     241      <xs:extension base="tns:ResultValue">
     242        <xs:sequence>
     243          <xs:element minOccurs="0" name="Value" type="xs:double" />
     244        </xs:sequence>
     245      </xs:extension>
     246    </xs:complexContent>
     247  </xs:complexType>
     248  <xs:element name="ResultFloatValue" nillable="true" type="tns:ResultFloatValue" />
     249  <xs:complexType name="ResultIntValue">
     250    <xs:complexContent mixed="false">
     251      <xs:extension base="tns:ResultValue">
     252        <xs:sequence>
     253          <xs:element minOccurs="0" name="Value" type="xs:long" />
     254        </xs:sequence>
     255      </xs:extension>
     256    </xs:complexContent>
     257  </xs:complexType>
     258  <xs:element name="ResultIntValue" nillable="true" type="tns:ResultIntValue" />
    109259  <xs:complexType name="ArrayOfRun">
    110260    <xs:sequence>
  • branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Service References/OKBService/Reference.cs

    r4783 r5973  
    615615    [System.Runtime.Serialization.DataContractAttribute(Name="AlgorithmParameterValue", Namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.DataTransfer")]
    616616    [System.SerializableAttribute()]
     617    [System.Runtime.Serialization.KnownTypeAttribute(typeof(HLWebPluginHost.OKBService.AlgorithmParameterIntValue))]
     618    [System.Runtime.Serialization.KnownTypeAttribute(typeof(HLWebPluginHost.OKBService.AlgorithmParameterBoolValue))]
     619    [System.Runtime.Serialization.KnownTypeAttribute(typeof(HLWebPluginHost.OKBService.AlgorithmParameterBlobValue))]
     620    [System.Runtime.Serialization.KnownTypeAttribute(typeof(HLWebPluginHost.OKBService.AlgorithmParameterStringValue))]
     621    [System.Runtime.Serialization.KnownTypeAttribute(typeof(HLWebPluginHost.OKBService.AlgorithmParameterFloatValue))]
    617622    public partial class AlgorithmParameterValue : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
    618623       
     
    692697    [System.Runtime.Serialization.DataContractAttribute(Name="ProblemParameterValue", Namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.DataTransfer")]
    693698    [System.SerializableAttribute()]
     699    [System.Runtime.Serialization.KnownTypeAttribute(typeof(HLWebPluginHost.OKBService.ProblemParameterIntValue))]
     700    [System.Runtime.Serialization.KnownTypeAttribute(typeof(HLWebPluginHost.OKBService.ProblemParameterFloatValue))]
     701    [System.Runtime.Serialization.KnownTypeAttribute(typeof(HLWebPluginHost.OKBService.ProblemParameterBlobValue))]
     702    [System.Runtime.Serialization.KnownTypeAttribute(typeof(HLWebPluginHost.OKBService.ProblemParameterBoolValue))]
     703    [System.Runtime.Serialization.KnownTypeAttribute(typeof(HLWebPluginHost.OKBService.ProblemParameterStringValue))]
    694704    public partial class ProblemParameterValue : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
    695705       
     
    767777    [System.Diagnostics.DebuggerStepThroughAttribute()]
    768778    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
     779    [System.Runtime.Serialization.DataContractAttribute(Name="AlgorithmParameterIntValue", Namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.DataTransfer")]
     780    [System.SerializableAttribute()]
     781    public partial class AlgorithmParameterIntValue : HLWebPluginHost.OKBService.AlgorithmParameterValue {
     782       
     783        [System.Runtime.Serialization.OptionalFieldAttribute()]
     784        private long ValueField;
     785       
     786        [System.Runtime.Serialization.DataMemberAttribute()]
     787        public long Value {
     788            get {
     789                return this.ValueField;
     790            }
     791            set {
     792                if ((this.ValueField.Equals(value) != true)) {
     793                    this.ValueField = value;
     794                    this.RaisePropertyChanged("Value");
     795                }
     796            }
     797        }
     798    }
     799   
     800    [System.Diagnostics.DebuggerStepThroughAttribute()]
     801    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
     802    [System.Runtime.Serialization.DataContractAttribute(Name="AlgorithmParameterBoolValue", Namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.DataTransfer")]
     803    [System.SerializableAttribute()]
     804    public partial class AlgorithmParameterBoolValue : HLWebPluginHost.OKBService.AlgorithmParameterValue {
     805       
     806        [System.Runtime.Serialization.OptionalFieldAttribute()]
     807        private bool ValueField;
     808       
     809        [System.Runtime.Serialization.DataMemberAttribute()]
     810        public bool Value {
     811            get {
     812                return this.ValueField;
     813            }
     814            set {
     815                if ((this.ValueField.Equals(value) != true)) {
     816                    this.ValueField = value;
     817                    this.RaisePropertyChanged("Value");
     818                }
     819            }
     820        }
     821    }
     822   
     823    [System.Diagnostics.DebuggerStepThroughAttribute()]
     824    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
     825    [System.Runtime.Serialization.DataContractAttribute(Name="AlgorithmParameterBlobValue", Namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.DataTransfer")]
     826    [System.SerializableAttribute()]
     827    public partial class AlgorithmParameterBlobValue : HLWebPluginHost.OKBService.AlgorithmParameterValue {
     828       
     829        [System.Runtime.Serialization.OptionalFieldAttribute()]
     830        private byte[] ValueField;
     831       
     832        [System.Runtime.Serialization.DataMemberAttribute()]
     833        public byte[] Value {
     834            get {
     835                return this.ValueField;
     836            }
     837            set {
     838                if ((object.ReferenceEquals(this.ValueField, value) != true)) {
     839                    this.ValueField = value;
     840                    this.RaisePropertyChanged("Value");
     841                }
     842            }
     843        }
     844    }
     845   
     846    [System.Diagnostics.DebuggerStepThroughAttribute()]
     847    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
     848    [System.Runtime.Serialization.DataContractAttribute(Name="AlgorithmParameterStringValue", Namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.DataTransfer")]
     849    [System.SerializableAttribute()]
     850    public partial class AlgorithmParameterStringValue : HLWebPluginHost.OKBService.AlgorithmParameterValue {
     851       
     852        [System.Runtime.Serialization.OptionalFieldAttribute()]
     853        private string ValueField;
     854       
     855        [System.Runtime.Serialization.DataMemberAttribute()]
     856        public string Value {
     857            get {
     858                return this.ValueField;
     859            }
     860            set {
     861                if ((object.ReferenceEquals(this.ValueField, value) != true)) {
     862                    this.ValueField = value;
     863                    this.RaisePropertyChanged("Value");
     864                }
     865            }
     866        }
     867    }
     868   
     869    [System.Diagnostics.DebuggerStepThroughAttribute()]
     870    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
     871    [System.Runtime.Serialization.DataContractAttribute(Name="AlgorithmParameterFloatValue", Namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.DataTransfer")]
     872    [System.SerializableAttribute()]
     873    public partial class AlgorithmParameterFloatValue : HLWebPluginHost.OKBService.AlgorithmParameterValue {
     874       
     875        [System.Runtime.Serialization.OptionalFieldAttribute()]
     876        private double ValueField;
     877       
     878        [System.Runtime.Serialization.DataMemberAttribute()]
     879        public double Value {
     880            get {
     881                return this.ValueField;
     882            }
     883            set {
     884                if ((this.ValueField.Equals(value) != true)) {
     885                    this.ValueField = value;
     886                    this.RaisePropertyChanged("Value");
     887                }
     888            }
     889        }
     890    }
     891   
     892    [System.Diagnostics.DebuggerStepThroughAttribute()]
     893    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
     894    [System.Runtime.Serialization.DataContractAttribute(Name="ProblemParameterIntValue", Namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.DataTransfer")]
     895    [System.SerializableAttribute()]
     896    public partial class ProblemParameterIntValue : HLWebPluginHost.OKBService.ProblemParameterValue {
     897       
     898        [System.Runtime.Serialization.OptionalFieldAttribute()]
     899        private long ValueField;
     900       
     901        [System.Runtime.Serialization.DataMemberAttribute()]
     902        public long Value {
     903            get {
     904                return this.ValueField;
     905            }
     906            set {
     907                if ((this.ValueField.Equals(value) != true)) {
     908                    this.ValueField = value;
     909                    this.RaisePropertyChanged("Value");
     910                }
     911            }
     912        }
     913    }
     914   
     915    [System.Diagnostics.DebuggerStepThroughAttribute()]
     916    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
     917    [System.Runtime.Serialization.DataContractAttribute(Name="ProblemParameterFloatValue", Namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.DataTransfer")]
     918    [System.SerializableAttribute()]
     919    public partial class ProblemParameterFloatValue : HLWebPluginHost.OKBService.ProblemParameterValue {
     920       
     921        [System.Runtime.Serialization.OptionalFieldAttribute()]
     922        private double ValueField;
     923       
     924        [System.Runtime.Serialization.DataMemberAttribute()]
     925        public double Value {
     926            get {
     927                return this.ValueField;
     928            }
     929            set {
     930                if ((this.ValueField.Equals(value) != true)) {
     931                    this.ValueField = value;
     932                    this.RaisePropertyChanged("Value");
     933                }
     934            }
     935        }
     936    }
     937   
     938    [System.Diagnostics.DebuggerStepThroughAttribute()]
     939    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
     940    [System.Runtime.Serialization.DataContractAttribute(Name="ProblemParameterBlobValue", Namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.DataTransfer")]
     941    [System.SerializableAttribute()]
     942    public partial class ProblemParameterBlobValue : HLWebPluginHost.OKBService.ProblemParameterValue {
     943       
     944        [System.Runtime.Serialization.OptionalFieldAttribute()]
     945        private byte[] ValueField;
     946       
     947        [System.Runtime.Serialization.DataMemberAttribute()]
     948        public byte[] Value {
     949            get {
     950                return this.ValueField;
     951            }
     952            set {
     953                if ((object.ReferenceEquals(this.ValueField, value) != true)) {
     954                    this.ValueField = value;
     955                    this.RaisePropertyChanged("Value");
     956                }
     957            }
     958        }
     959    }
     960   
     961    [System.Diagnostics.DebuggerStepThroughAttribute()]
     962    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
     963    [System.Runtime.Serialization.DataContractAttribute(Name="ProblemParameterBoolValue", Namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.DataTransfer")]
     964    [System.SerializableAttribute()]
     965    public partial class ProblemParameterBoolValue : HLWebPluginHost.OKBService.ProblemParameterValue {
     966       
     967        [System.Runtime.Serialization.OptionalFieldAttribute()]
     968        private bool ValueField;
     969       
     970        [System.Runtime.Serialization.DataMemberAttribute()]
     971        public bool Value {
     972            get {
     973                return this.ValueField;
     974            }
     975            set {
     976                if ((this.ValueField.Equals(value) != true)) {
     977                    this.ValueField = value;
     978                    this.RaisePropertyChanged("Value");
     979                }
     980            }
     981        }
     982    }
     983   
     984    [System.Diagnostics.DebuggerStepThroughAttribute()]
     985    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
     986    [System.Runtime.Serialization.DataContractAttribute(Name="ProblemParameterStringValue", Namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.DataTransfer")]
     987    [System.SerializableAttribute()]
     988    public partial class ProblemParameterStringValue : HLWebPluginHost.OKBService.ProblemParameterValue {
     989       
     990        [System.Runtime.Serialization.OptionalFieldAttribute()]
     991        private string ValueField;
     992       
     993        [System.Runtime.Serialization.DataMemberAttribute()]
     994        public string Value {
     995            get {
     996                return this.ValueField;
     997            }
     998            set {
     999                if ((object.ReferenceEquals(this.ValueField, value) != true)) {
     1000                    this.ValueField = value;
     1001                    this.RaisePropertyChanged("Value");
     1002                }
     1003            }
     1004        }
     1005    }
     1006   
     1007    [System.Diagnostics.DebuggerStepThroughAttribute()]
     1008    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
    7691009    [System.Runtime.Serialization.DataContractAttribute(Name="ResultValue", Namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.DataTransfer")]
    7701010    [System.SerializableAttribute()]
     1011    [System.Runtime.Serialization.KnownTypeAttribute(typeof(HLWebPluginHost.OKBService.ResultStringValue))]
     1012    [System.Runtime.Serialization.KnownTypeAttribute(typeof(HLWebPluginHost.OKBService.ResultBlobValue))]
     1013    [System.Runtime.Serialization.KnownTypeAttribute(typeof(HLWebPluginHost.OKBService.ResultBoolValue))]
     1014    [System.Runtime.Serialization.KnownTypeAttribute(typeof(HLWebPluginHost.OKBService.ResultFloatValue))]
     1015    [System.Runtime.Serialization.KnownTypeAttribute(typeof(HLWebPluginHost.OKBService.ResultIntValue))]
    7711016    public partial class ResultValue : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
    7721017       
     
    8441089    [System.Diagnostics.DebuggerStepThroughAttribute()]
    8451090    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
     1091    [System.Runtime.Serialization.DataContractAttribute(Name="ResultStringValue", Namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.DataTransfer")]
     1092    [System.SerializableAttribute()]
     1093    public partial class ResultStringValue : HLWebPluginHost.OKBService.ResultValue {
     1094       
     1095        [System.Runtime.Serialization.OptionalFieldAttribute()]
     1096        private string ValueField;
     1097       
     1098        [System.Runtime.Serialization.DataMemberAttribute()]
     1099        public string Value {
     1100            get {
     1101                return this.ValueField;
     1102            }
     1103            set {
     1104                if ((object.ReferenceEquals(this.ValueField, value) != true)) {
     1105                    this.ValueField = value;
     1106                    this.RaisePropertyChanged("Value");
     1107                }
     1108            }
     1109        }
     1110    }
     1111   
     1112    [System.Diagnostics.DebuggerStepThroughAttribute()]
     1113    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
     1114    [System.Runtime.Serialization.DataContractAttribute(Name="ResultBlobValue", Namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.DataTransfer")]
     1115    [System.SerializableAttribute()]
     1116    public partial class ResultBlobValue : HLWebPluginHost.OKBService.ResultValue {
     1117       
     1118        [System.Runtime.Serialization.OptionalFieldAttribute()]
     1119        private byte[] ValueField;
     1120       
     1121        [System.Runtime.Serialization.DataMemberAttribute()]
     1122        public byte[] Value {
     1123            get {
     1124                return this.ValueField;
     1125            }
     1126            set {
     1127                if ((object.ReferenceEquals(this.ValueField, value) != true)) {
     1128                    this.ValueField = value;
     1129                    this.RaisePropertyChanged("Value");
     1130                }
     1131            }
     1132        }
     1133    }
     1134   
     1135    [System.Diagnostics.DebuggerStepThroughAttribute()]
     1136    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
     1137    [System.Runtime.Serialization.DataContractAttribute(Name="ResultBoolValue", Namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.DataTransfer")]
     1138    [System.SerializableAttribute()]
     1139    public partial class ResultBoolValue : HLWebPluginHost.OKBService.ResultValue {
     1140       
     1141        [System.Runtime.Serialization.OptionalFieldAttribute()]
     1142        private bool ValueField;
     1143       
     1144        [System.Runtime.Serialization.DataMemberAttribute()]
     1145        public bool Value {
     1146            get {
     1147                return this.ValueField;
     1148            }
     1149            set {
     1150                if ((this.ValueField.Equals(value) != true)) {
     1151                    this.ValueField = value;
     1152                    this.RaisePropertyChanged("Value");
     1153                }
     1154            }
     1155        }
     1156    }
     1157   
     1158    [System.Diagnostics.DebuggerStepThroughAttribute()]
     1159    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
     1160    [System.Runtime.Serialization.DataContractAttribute(Name="ResultFloatValue", Namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.DataTransfer")]
     1161    [System.SerializableAttribute()]
     1162    public partial class ResultFloatValue : HLWebPluginHost.OKBService.ResultValue {
     1163       
     1164        [System.Runtime.Serialization.OptionalFieldAttribute()]
     1165        private double ValueField;
     1166       
     1167        [System.Runtime.Serialization.DataMemberAttribute()]
     1168        public double Value {
     1169            get {
     1170                return this.ValueField;
     1171            }
     1172            set {
     1173                if ((this.ValueField.Equals(value) != true)) {
     1174                    this.ValueField = value;
     1175                    this.RaisePropertyChanged("Value");
     1176                }
     1177            }
     1178        }
     1179    }
     1180   
     1181    [System.Diagnostics.DebuggerStepThroughAttribute()]
     1182    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
     1183    [System.Runtime.Serialization.DataContractAttribute(Name="ResultIntValue", Namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.DataTransfer")]
     1184    [System.SerializableAttribute()]
     1185    public partial class ResultIntValue : HLWebPluginHost.OKBService.ResultValue {
     1186       
     1187        [System.Runtime.Serialization.OptionalFieldAttribute()]
     1188        private long ValueField;
     1189       
     1190        [System.Runtime.Serialization.DataMemberAttribute()]
     1191        public long Value {
     1192            get {
     1193                return this.ValueField;
     1194            }
     1195            set {
     1196                if ((this.ValueField.Equals(value) != true)) {
     1197                    this.ValueField = value;
     1198                    this.RaisePropertyChanged("Value");
     1199                }
     1200            }
     1201        }
     1202    }
     1203   
     1204    [System.Diagnostics.DebuggerStepThroughAttribute()]
     1205    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
    8461206    [System.Runtime.Serialization.DataContractAttribute(Name="ProblemData", Namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.DataTransfer")]
    8471207    [System.SerializableAttribute()]
  • branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Service References/OKBService/configuration.svcinfo

    r4783 r5973  
    66  </bindings>
    77  <endpoints>
    8     <endpoint normalizedDigest="&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-16&quot;?&gt;&lt;Data address=&quot;http://localhost:8732/Design_Time_Addresses/OKB-3.3/OKBService&quot; binding=&quot;wsHttpBinding&quot; bindingConfiguration=&quot;WSHttpBinding_IOKBService&quot; contract=&quot;OKBService.IOKBService&quot; name=&quot;WSHttpBinding_IOKBService&quot;&gt;&lt;identity&gt;&lt;certificate encodedValue=&quot;AwAAAAEAAAAUAAAAIQrvmocYcMi5fmvHzIyVXAYioh8gAAAAAQAAAPIBAAAwggHuMIIBW6ADAgECAhB/K4IUpf//oE5Y7z4eayB9MAkGBSsOAwIdBQAwFDESMBAGA1UEAxMJbG9jYWxob3N0MB4XDTEwMDkyNTExNDY1N1oXDTM5MTIzMTIzNTk1OVowFDESMBAGA1UEAxMJbG9jYWxob3N0MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCtTYRDoRxGMo6KzVypLUKzMv6NbGgabF1PpORsk59JyT/W3bw6DDVAmXkxKEYyunIRHTyQp1/o9Or1n/lAVe0DyQYYvRrlVWn16kYbBwBG/5op3urgUo456WTfMvpezvUpII+U6p5lM2nJlCwLSVplbzbWg0Q45l813+9mXqfyPQIDAQABo0kwRzBFBgNVHQEEPjA8gBC9NBW28XBwPiaJJgiOU6W9oRYwFDESMBAGA1UEAxMJbG9jYWxob3N0ghB/K4IUpf//oE5Y7z4eayB9MAkGBSsOAwIdBQADgYEAdSi0jtQ/54Lqz5lWKk9EzTVImUn6gppz8JQGjo0lPa4PrsLplk2jK8Z7esgMLr3VqQPIgb92/ekrDMRttMi9MDgrSWbOPKjINvyC4mMK2KgfgHAfUQM8kH223GReUUzwF99FG8HhzoqrUMIlmCvrf5EZ19FBPEygFNOew0jhiHY=&quot; /&gt;&lt;/identity&gt;&lt;/Data&gt;" digest="&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-16&quot;?&gt;&lt;Data address=&quot;http://localhost:8732/Design_Time_Addresses/OKB-3.3/OKBService&quot; binding=&quot;wsHttpBinding&quot; bindingConfiguration=&quot;WSHttpBinding_IOKBService&quot; contract=&quot;OKBService.IOKBService&quot; name=&quot;WSHttpBinding_IOKBService&quot;&gt;&lt;identity&gt;&lt;certificate encodedValue=&quot;AwAAAAEAAAAUAAAAIQrvmocYcMi5fmvHzIyVXAYioh8gAAAAAQAAAPIBAAAwggHuMIIBW6ADAgECAhB/K4IUpf//oE5Y7z4eayB9MAkGBSsOAwIdBQAwFDESMBAGA1UEAxMJbG9jYWxob3N0MB4XDTEwMDkyNTExNDY1N1oXDTM5MTIzMTIzNTk1OVowFDESMBAGA1UEAxMJbG9jYWxob3N0MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCtTYRDoRxGMo6KzVypLUKzMv6NbGgabF1PpORsk59JyT/W3bw6DDVAmXkxKEYyunIRHTyQp1/o9Or1n/lAVe0DyQYYvRrlVWn16kYbBwBG/5op3urgUo456WTfMvpezvUpII+U6p5lM2nJlCwLSVplbzbWg0Q45l813+9mXqfyPQIDAQABo0kwRzBFBgNVHQEEPjA8gBC9NBW28XBwPiaJJgiOU6W9oRYwFDESMBAGA1UEAxMJbG9jYWxob3N0ghB/K4IUpf//oE5Y7z4eayB9MAkGBSsOAwIdBQADgYEAdSi0jtQ/54Lqz5lWKk9EzTVImUn6gppz8JQGjo0lPa4PrsLplk2jK8Z7esgMLr3VqQPIgb92/ekrDMRttMi9MDgrSWbOPKjINvyC4mMK2KgfgHAfUQM8kH223GReUUzwF99FG8HhzoqrUMIlmCvrf5EZ19FBPEygFNOew0jhiHY=&quot; /&gt;&lt;/identity&gt;&lt;/Data&gt;" contractName="OKBService.IOKBService" name="WSHttpBinding_IOKBService" />
     8    <endpoint normalizedDigest="&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-16&quot;?&gt;&lt;Data address=&quot;http://localhost:8732/Design_Time_Addresses/OKB-3.3/OKBService&quot; binding=&quot;wsHttpBinding&quot; bindingConfiguration=&quot;WSHttpBinding_IOKBService&quot; contract=&quot;OKBService.IOKBService&quot; name=&quot;WSHttpBinding_IOKBService&quot;&gt;&lt;identity&gt;&lt;certificate encodedValue=&quot;AwAAAAEAAAAUAAAA52mhCEl/hm5pLd7M6LrHqWHyPgYgAAAAAQAAAPIBAAAwggHuMIIBW6ADAgECAhDt9vewgMgjpk3V2dChHtb5MAkGBSsOAwIdBQAwFDESMBAGA1UEAxMJbG9jYWxob3N0MB4XDTEwMTIwNjAxMDcwNFoXDTM5MTIzMTIzNTk1OVowFDESMBAGA1UEAxMJbG9jYWxob3N0MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDfuGNx2sevcnqtezuFEjwwM3YcrMFo0FcjSniQGYkodhBP2c3RVcI6EFCvRv4J6tKk8R/+upEhMMfIm9UBA3OxNJfms5cB4FEdpErY3vAnGfhSPhGkQmW5Z9SP+4J+a0bvZdcQNC2Nv9mPU0bXnP9tqnMdQTlPG5oMssKjUw7D+QIDAQABo0kwRzBFBgNVHQEEPjA8gBDR36Fa2C7lUvmEiLkaO9gWoRYwFDESMBAGA1UEAxMJbG9jYWxob3N0ghDt9vewgMgjpk3V2dChHtb5MAkGBSsOAwIdBQADgYEAqWmm3q/cy6f7nPfEpcuo2qaMd0seXiVyJX1gVdxIVVNWk52WvyQz3YzjtiyAxj8yFVoKptN8ONFowV329+bpL/HcET3ru2fr/0GJLwhuMihsuXSseJ4nIgyD0A6y+eCIKRktgFKLD6kut89kDWGz4hksvkbN5bX6QsT8lLKgqF8=&quot; /&gt;&lt;/identity&gt;&lt;/Data&gt;" digest="&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-16&quot;?&gt;&lt;Data address=&quot;http://localhost:8732/Design_Time_Addresses/OKB-3.3/OKBService&quot; binding=&quot;wsHttpBinding&quot; bindingConfiguration=&quot;WSHttpBinding_IOKBService&quot; contract=&quot;OKBService.IOKBService&quot; name=&quot;WSHttpBinding_IOKBService&quot;&gt;&lt;identity&gt;&lt;certificate encodedValue=&quot;AwAAAAEAAAAUAAAA52mhCEl/hm5pLd7M6LrHqWHyPgYgAAAAAQAAAPIBAAAwggHuMIIBW6ADAgECAhDt9vewgMgjpk3V2dChHtb5MAkGBSsOAwIdBQAwFDESMBAGA1UEAxMJbG9jYWxob3N0MB4XDTEwMTIwNjAxMDcwNFoXDTM5MTIzMTIzNTk1OVowFDESMBAGA1UEAxMJbG9jYWxob3N0MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDfuGNx2sevcnqtezuFEjwwM3YcrMFo0FcjSniQGYkodhBP2c3RVcI6EFCvRv4J6tKk8R/+upEhMMfIm9UBA3OxNJfms5cB4FEdpErY3vAnGfhSPhGkQmW5Z9SP+4J+a0bvZdcQNC2Nv9mPU0bXnP9tqnMdQTlPG5oMssKjUw7D+QIDAQABo0kwRzBFBgNVHQEEPjA8gBDR36Fa2C7lUvmEiLkaO9gWoRYwFDESMBAGA1UEAxMJbG9jYWxob3N0ghDt9vewgMgjpk3V2dChHtb5MAkGBSsOAwIdBQADgYEAqWmm3q/cy6f7nPfEpcuo2qaMd0seXiVyJX1gVdxIVVNWk52WvyQz3YzjtiyAxj8yFVoKptN8ONFowV329+bpL/HcET3ru2fr/0GJLwhuMihsuXSseJ4nIgyD0A6y+eCIKRktgFKLD6kut89kDWGz4hksvkbN5bX6QsT8lLKgqF8=&quot; /&gt;&lt;/identity&gt;&lt;/Data&gt;" contractName="OKBService.IOKBService" name="WSHttpBinding_IOKBService" />
    99  </endpoints>
    1010</configurationSnapshot>
  • branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Service References/OKBService/configuration91.svcinfo

    r4783 r5973  
    11<?xml version="1.0" encoding="utf-8"?>
    2 <SavedWcfConfigurationInformation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Version="9.1" CheckSum="QiwrqMcQab6/peZAO75NMUPwUq4=">
     2<SavedWcfConfigurationInformation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Version="9.1" CheckSum="YWtZC+VMEfxvNc1zqmXFA4QfNjE=">
    33  <bindingConfigurations>
    44    <bindingConfiguration bindingType="wsHttpBinding" name="WSHttpBinding_IOKBService">
     
    182182        </property>
    183183        <property path="/identity/certificate/encodedValue" isComplexType="false" isExplicitlyDefined="true" clrType="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    184           <serializedValue>AwAAAAEAAAAUAAAAIQrvmocYcMi5fmvHzIyVXAYioh8gAAAAAQAAAPIBAAAwggHuMIIBW6ADAgECAhB/K4IUpf//oE5Y7z4eayB9MAkGBSsOAwIdBQAwFDESMBAGA1UEAxMJbG9jYWxob3N0MB4XDTEwMDkyNTExNDY1N1oXDTM5MTIzMTIzNTk1OVowFDESMBAGA1UEAxMJbG9jYWxob3N0MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCtTYRDoRxGMo6KzVypLUKzMv6NbGgabF1PpORsk59JyT/W3bw6DDVAmXkxKEYyunIRHTyQp1/o9Or1n/lAVe0DyQYYvRrlVWn16kYbBwBG/5op3urgUo456WTfMvpezvUpII+U6p5lM2nJlCwLSVplbzbWg0Q45l813+9mXqfyPQIDAQABo0kwRzBFBgNVHQEEPjA8gBC9NBW28XBwPiaJJgiOU6W9oRYwFDESMBAGA1UEAxMJbG9jYWxob3N0ghB/K4IUpf//oE5Y7z4eayB9MAkGBSsOAwIdBQADgYEAdSi0jtQ/54Lqz5lWKk9EzTVImUn6gppz8JQGjo0lPa4PrsLplk2jK8Z7esgMLr3VqQPIgb92/ekrDMRttMi9MDgrSWbOPKjINvyC4mMK2KgfgHAfUQM8kH223GReUUzwF99FG8HhzoqrUMIlmCvrf5EZ19FBPEygFNOew0jhiHY=</serializedValue>
     184          <serializedValue>AwAAAAEAAAAUAAAA52mhCEl/hm5pLd7M6LrHqWHyPgYgAAAAAQAAAPIBAAAwggHuMIIBW6ADAgECAhDt9vewgMgjpk3V2dChHtb5MAkGBSsOAwIdBQAwFDESMBAGA1UEAxMJbG9jYWxob3N0MB4XDTEwMTIwNjAxMDcwNFoXDTM5MTIzMTIzNTk1OVowFDESMBAGA1UEAxMJbG9jYWxob3N0MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDfuGNx2sevcnqtezuFEjwwM3YcrMFo0FcjSniQGYkodhBP2c3RVcI6EFCvRv4J6tKk8R/+upEhMMfIm9UBA3OxNJfms5cB4FEdpErY3vAnGfhSPhGkQmW5Z9SP+4J+a0bvZdcQNC2Nv9mPU0bXnP9tqnMdQTlPG5oMssKjUw7D+QIDAQABo0kwRzBFBgNVHQEEPjA8gBDR36Fa2C7lUvmEiLkaO9gWoRYwFDESMBAGA1UEAxMJbG9jYWxob3N0ghDt9vewgMgjpk3V2dChHtb5MAkGBSsOAwIdBQADgYEAqWmm3q/cy6f7nPfEpcuo2qaMd0seXiVyJX1gVdxIVVNWk52WvyQz3YzjtiyAxj8yFVoKptN8ONFowV329+bpL/HcET3ru2fr/0GJLwhuMihsuXSseJ4nIgyD0A6y+eCIKRktgFKLD6kut89kDWGz4hksvkbN5bX6QsT8lLKgqF8=</serializedValue>
    185185        </property>
    186186        <property path="/identity/certificateReference" isComplexType="true" isExplicitlyDefined="false" clrType="System.ServiceModel.Configuration.CertificateReferenceElement, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
  • branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Service References/OKBService/service.wsdl

    r4783 r5973  
    37273727          <KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#">
    37283728            <X509Data>
    3729               <X509Certificate>MIIB7jCCAVugAwIBAgIQfyuCFKX//6BOWO8+HmsgfTAJBgUrDgMCHQUAMBQxEjAQBgNVBAMTCWxvY2FsaG9zdDAeFw0xMDA5MjUxMTQ2NTdaFw0zOTEyMzEyMzU5NTlaMBQxEjAQBgNVBAMTCWxvY2FsaG9zdDCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEArU2EQ6EcRjKOis1cqS1CszL+jWxoGmxdT6TkbJOfSck/1t28Ogw1QJl5MShGMrpyER08kKdf6PTq9Z/5QFXtA8kGGL0a5VVp9epGGwcARv+aKd7q4FKOOelk3zL6Xs71KSCPlOqeZTNpyZQsC0laZW821oNEOOZfNd/vZl6n8j0CAwEAAaNJMEcwRQYDVR0BBD4wPIAQvTQVtvFwcD4miSYIjlOlvaEWMBQxEjAQBgNVBAMTCWxvY2FsaG9zdIIQfyuCFKX//6BOWO8+HmsgfTAJBgUrDgMCHQUAA4GBAHUotI7UP+eC6s+ZVipPRM01SJlJ+oKac/CUBo6NJT2uD67C6ZZNoyvGe3rIDC691akDyIG/dv3pKwzEbbTIvTA4K0lmzjyoyDb8guJjCtioH4BwH1EDPJB9ttxkXlFM8BffRRvB4c6Kq1DCJZgr63+RGdfRQTxMoBTTnsNI4Yh2</X509Certificate>
     3729              <X509Certificate>MIIB7jCCAVugAwIBAgIQ7fb3sIDII6ZN1dnQoR7W+TAJBgUrDgMCHQUAMBQxEjAQBgNVBAMTCWxvY2FsaG9zdDAeFw0xMDEyMDYwMTA3MDRaFw0zOTEyMzEyMzU5NTlaMBQxEjAQBgNVBAMTCWxvY2FsaG9zdDCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEA37hjcdrHr3J6rXs7hRI8MDN2HKzBaNBXI0p4kBmJKHYQT9nN0VXCOhBQr0b+CerSpPEf/rqRITDHyJvVAQNzsTSX5rOXAeBRHaRK2N7wJxn4Uj4RpEJluWfUj/uCfmtG72XXEDQtjb/Zj1NG15z/bapzHUE5TxuaDLLCo1MOw/kCAwEAAaNJMEcwRQYDVR0BBD4wPIAQ0d+hWtgu5VL5hIi5GjvYFqEWMBQxEjAQBgNVBAMTCWxvY2FsaG9zdIIQ7fb3sIDII6ZN1dnQoR7W+TAJBgUrDgMCHQUAA4GBAKlppt6v3Mun+5z3xKXLqNqmjHdLHl4lciV9YFXcSFVTVpOdlr8kM92M47YsgMY/MhVaCqbTfDjRaMFd9vfm6S/x3BE967tn6/9BiS8IbjIobLl0rHieJyIMg9AOsvngiCkZLYBSiw+pLrfPZA1hs+IZLL5GzeW1+kLE/JSyoKhf</X509Certificate>
    37303730            </X509Data>
    37313731          </KeyInfo>
Note: See TracChangeset for help on using the changeset viewer.