Changeset 5973
- Timestamp:
- 04/07/11 10:00:05 (14 years ago)
- 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 1 1 *.suo 2 *.user 2 3 bin 3 *.user4 4 obj
-
- Property svn:ignore
-
branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/HLWebPluginHost.csproj
r5920 r5973 73 73 <DependentUpon>Global.asax</DependentUpon> 74 74 </Compile> 75 <<<<<<< .mine 76 <Compile Include="Lib\HLServiceMembershipProvider.cs" /> 77 ======= 75 78 <Compile Include="Helpers\Query.cs" /> 79 >>>>>>> .r5972 76 80 <Compile Include="Models\AccountModels.cs" /> 77 81 <Compile Include="PluginLib\AssemblyResourceProvider.cs" /> -
branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/HLWebPluginHost.csproj.user
r4736 r5973 2 2 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 3 <PropertyGroup> 4 <ProjectView> ShowAllFiles</ProjectView>4 <ProjectView>ProjectFiles</ProjectView> 5 5 </PropertyGroup> 6 6 <ProjectExtensions> -
branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Service References/OKBService/HeuristicLab.Services.OKB.DataTransfer.xsd
r4783 r5973 58 58 </xs:complexType> 59 59 <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" /> 60 110 <xs:complexType name="ArrayOfProblemParameterValue"> 61 111 <xs:sequence> … … 72 122 </xs:complexType> 73 123 <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" /> 74 174 <xs:complexType name="ArrayOfExperiment"> 75 175 <xs:sequence> … … 107 207 </xs:complexType> 108 208 <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" /> 109 259 <xs:complexType name="ArrayOfRun"> 110 260 <xs:sequence> -
branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Service References/OKBService/Reference.cs
r4783 r5973 615 615 [System.Runtime.Serialization.DataContractAttribute(Name="AlgorithmParameterValue", Namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.DataTransfer")] 616 616 [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))] 617 622 public partial class AlgorithmParameterValue : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { 618 623 … … 692 697 [System.Runtime.Serialization.DataContractAttribute(Name="ProblemParameterValue", Namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.DataTransfer")] 693 698 [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))] 694 704 public partial class ProblemParameterValue : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { 695 705 … … 767 777 [System.Diagnostics.DebuggerStepThroughAttribute()] 768 778 [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")] 769 1009 [System.Runtime.Serialization.DataContractAttribute(Name="ResultValue", Namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.DataTransfer")] 770 1010 [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))] 771 1016 public partial class ResultValue : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { 772 1017 … … 844 1089 [System.Diagnostics.DebuggerStepThroughAttribute()] 845 1090 [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")] 846 1206 [System.Runtime.Serialization.DataContractAttribute(Name="ProblemData", Namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.DataTransfer")] 847 1207 [System.SerializableAttribute()] -
branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Service References/OKBService/configuration.svcinfo
r4783 r5973 6 6 </bindings> 7 7 <endpoints> 8 <endpoint normalizedDigest="<?xml version="1.0" encoding="utf-16"?><Data address="http://localhost:8732/Design_Time_Addresses/OKB-3.3/OKBService" binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IOKBService" contract="OKBService.IOKBService" name="WSHttpBinding_IOKBService"><identity><certificate encodedValue="AwAAAAEAAAAUAAAA IQrvmocYcMi5fmvHzIyVXAYioh8gAAAAAQAAAPIBAAAwggHuMIIBW6ADAgECAhB/K4IUpf//oE5Y7z4eayB9MAkGBSsOAwIdBQAwFDESMBAGA1UEAxMJbG9jYWxob3N0MB4XDTEwMDkyNTExNDY1N1oXDTM5MTIzMTIzNTk1OVowFDESMBAGA1UEAxMJbG9jYWxob3N0MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCtTYRDoRxGMo6KzVypLUKzMv6NbGgabF1PpORsk59JyT/W3bw6DDVAmXkxKEYyunIRHTyQp1/o9Or1n/lAVe0DyQYYvRrlVWn16kYbBwBG/5op3urgUo456WTfMvpezvUpII+U6p5lM2nJlCwLSVplbzbWg0Q45l813+9mXqfyPQIDAQABo0kwRzBFBgNVHQEEPjA8gBC9NBW28XBwPiaJJgiOU6W9oRYwFDESMBAGA1UEAxMJbG9jYWxob3N0ghB/K4IUpf//oE5Y7z4eayB9MAkGBSsOAwIdBQADgYEAdSi0jtQ/54Lqz5lWKk9EzTVImUn6gppz8JQGjo0lPa4PrsLplk2jK8Z7esgMLr3VqQPIgb92/ekrDMRttMi9MDgrSWbOPKjINvyC4mMK2KgfgHAfUQM8kH223GReUUzwF99FG8HhzoqrUMIlmCvrf5EZ19FBPEygFNOew0jhiHY=" /></identity></Data>" digest="<?xml version="1.0" encoding="utf-16"?><Data address="http://localhost:8732/Design_Time_Addresses/OKB-3.3/OKBService" binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IOKBService" contract="OKBService.IOKBService" name="WSHttpBinding_IOKBService"><identity><certificate encodedValue="AwAAAAEAAAAUAAAAIQrvmocYcMi5fmvHzIyVXAYioh8gAAAAAQAAAPIBAAAwggHuMIIBW6ADAgECAhB/K4IUpf//oE5Y7z4eayB9MAkGBSsOAwIdBQAwFDESMBAGA1UEAxMJbG9jYWxob3N0MB4XDTEwMDkyNTExNDY1N1oXDTM5MTIzMTIzNTk1OVowFDESMBAGA1UEAxMJbG9jYWxob3N0MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCtTYRDoRxGMo6KzVypLUKzMv6NbGgabF1PpORsk59JyT/W3bw6DDVAmXkxKEYyunIRHTyQp1/o9Or1n/lAVe0DyQYYvRrlVWn16kYbBwBG/5op3urgUo456WTfMvpezvUpII+U6p5lM2nJlCwLSVplbzbWg0Q45l813+9mXqfyPQIDAQABo0kwRzBFBgNVHQEEPjA8gBC9NBW28XBwPiaJJgiOU6W9oRYwFDESMBAGA1UEAxMJbG9jYWxob3N0ghB/K4IUpf//oE5Y7z4eayB9MAkGBSsOAwIdBQADgYEAdSi0jtQ/54Lqz5lWKk9EzTVImUn6gppz8JQGjo0lPa4PrsLplk2jK8Z7esgMLr3VqQPIgb92/ekrDMRttMi9MDgrSWbOPKjINvyC4mMK2KgfgHAfUQM8kH223GReUUzwF99FG8HhzoqrUMIlmCvrf5EZ19FBPEygFNOew0jhiHY=" /></identity></Data>" contractName="OKBService.IOKBService" name="WSHttpBinding_IOKBService" />8 <endpoint normalizedDigest="<?xml version="1.0" encoding="utf-16"?><Data address="http://localhost:8732/Design_Time_Addresses/OKB-3.3/OKBService" binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IOKBService" contract="OKBService.IOKBService" name="WSHttpBinding_IOKBService"><identity><certificate encodedValue="AwAAAAEAAAAUAAAA52mhCEl/hm5pLd7M6LrHqWHyPgYgAAAAAQAAAPIBAAAwggHuMIIBW6ADAgECAhDt9vewgMgjpk3V2dChHtb5MAkGBSsOAwIdBQAwFDESMBAGA1UEAxMJbG9jYWxob3N0MB4XDTEwMTIwNjAxMDcwNFoXDTM5MTIzMTIzNTk1OVowFDESMBAGA1UEAxMJbG9jYWxob3N0MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDfuGNx2sevcnqtezuFEjwwM3YcrMFo0FcjSniQGYkodhBP2c3RVcI6EFCvRv4J6tKk8R/+upEhMMfIm9UBA3OxNJfms5cB4FEdpErY3vAnGfhSPhGkQmW5Z9SP+4J+a0bvZdcQNC2Nv9mPU0bXnP9tqnMdQTlPG5oMssKjUw7D+QIDAQABo0kwRzBFBgNVHQEEPjA8gBDR36Fa2C7lUvmEiLkaO9gWoRYwFDESMBAGA1UEAxMJbG9jYWxob3N0ghDt9vewgMgjpk3V2dChHtb5MAkGBSsOAwIdBQADgYEAqWmm3q/cy6f7nPfEpcuo2qaMd0seXiVyJX1gVdxIVVNWk52WvyQz3YzjtiyAxj8yFVoKptN8ONFowV329+bpL/HcET3ru2fr/0GJLwhuMihsuXSseJ4nIgyD0A6y+eCIKRktgFKLD6kut89kDWGz4hksvkbN5bX6QsT8lLKgqF8=" /></identity></Data>" digest="<?xml version="1.0" encoding="utf-16"?><Data address="http://localhost:8732/Design_Time_Addresses/OKB-3.3/OKBService" binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IOKBService" contract="OKBService.IOKBService" name="WSHttpBinding_IOKBService"><identity><certificate encodedValue="AwAAAAEAAAAUAAAA52mhCEl/hm5pLd7M6LrHqWHyPgYgAAAAAQAAAPIBAAAwggHuMIIBW6ADAgECAhDt9vewgMgjpk3V2dChHtb5MAkGBSsOAwIdBQAwFDESMBAGA1UEAxMJbG9jYWxob3N0MB4XDTEwMTIwNjAxMDcwNFoXDTM5MTIzMTIzNTk1OVowFDESMBAGA1UEAxMJbG9jYWxob3N0MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDfuGNx2sevcnqtezuFEjwwM3YcrMFo0FcjSniQGYkodhBP2c3RVcI6EFCvRv4J6tKk8R/+upEhMMfIm9UBA3OxNJfms5cB4FEdpErY3vAnGfhSPhGkQmW5Z9SP+4J+a0bvZdcQNC2Nv9mPU0bXnP9tqnMdQTlPG5oMssKjUw7D+QIDAQABo0kwRzBFBgNVHQEEPjA8gBDR36Fa2C7lUvmEiLkaO9gWoRYwFDESMBAGA1UEAxMJbG9jYWxob3N0ghDt9vewgMgjpk3V2dChHtb5MAkGBSsOAwIdBQADgYEAqWmm3q/cy6f7nPfEpcuo2qaMd0seXiVyJX1gVdxIVVNWk52WvyQz3YzjtiyAxj8yFVoKptN8ONFowV329+bpL/HcET3ru2fr/0GJLwhuMihsuXSseJ4nIgyD0A6y+eCIKRktgFKLD6kut89kDWGz4hksvkbN5bX6QsT8lLKgqF8=" /></identity></Data>" contractName="OKBService.IOKBService" name="WSHttpBinding_IOKBService" /> 9 9 </endpoints> 10 10 </configurationSnapshot> -
branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Service References/OKBService/configuration91.svcinfo
r4783 r5973 1 1 <?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="> 3 3 <bindingConfigurations> 4 4 <bindingConfiguration bindingType="wsHttpBinding" name="WSHttpBinding_IOKBService"> … … 182 182 </property> 183 183 <property path="/identity/certificate/encodedValue" isComplexType="false" isExplicitlyDefined="true" clrType="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 184 <serializedValue>AwAAAAEAAAAUAAAA IQrvmocYcMi5fmvHzIyVXAYioh8gAAAAAQAAAPIBAAAwggHuMIIBW6ADAgECAhB/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> 185 185 </property> 186 186 <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 3727 3727 <KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#"> 3728 3728 <X509Data> 3729 <X509Certificate>MIIB7jCCAVugAwIBAgIQ fyuCFKX//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> 3730 3730 </X509Data> 3731 3731 </KeyInfo>
Note: See TracChangeset
for help on using the changeset viewer.