[6271] | 1 | //------------------------------------------------------------------------------
|
---|
| 2 | // <auto-generated>
|
---|
| 3 | // This code was generated by a tool.
|
---|
| 4 | // Runtime Version:4.0.30319.225
|
---|
| 5 | //
|
---|
| 6 | // Changes to this file may cause incorrect behavior and will be lost if
|
---|
| 7 | // the code is regenerated.
|
---|
| 8 | // </auto-generated>
|
---|
| 9 | //------------------------------------------------------------------------------
|
---|
| 10 |
|
---|
| 11 | namespace HLWebOKBAdminPlugin.OKBAdministrationService {
|
---|
| 12 | using System.Runtime.Serialization;
|
---|
| 13 | using System;
|
---|
| 14 |
|
---|
| 15 |
|
---|
| 16 | [System.Diagnostics.DebuggerStepThroughAttribute()]
|
---|
| 17 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
|
---|
| 18 | [System.Runtime.Serialization.DataContractAttribute(Name="OKBItem", Namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.Administration." +
|
---|
| 19 | "DataTransfer")]
|
---|
| 20 | [System.SerializableAttribute()]
|
---|
| 21 | [System.Runtime.Serialization.KnownTypeAttribute(typeof(HLWebOKBAdminPlugin.OKBAdministrationService.NamedOKBItem))]
|
---|
| 22 | [System.Runtime.Serialization.KnownTypeAttribute(typeof(HLWebOKBAdminPlugin.OKBAdministrationService.AlgorithmClass))]
|
---|
| 23 | [System.Runtime.Serialization.KnownTypeAttribute(typeof(HLWebOKBAdminPlugin.OKBAdministrationService.Algorithm))]
|
---|
| 24 | [System.Runtime.Serialization.KnownTypeAttribute(typeof(HLWebOKBAdminPlugin.OKBAdministrationService.ProblemClass))]
|
---|
| 25 | [System.Runtime.Serialization.KnownTypeAttribute(typeof(HLWebOKBAdminPlugin.OKBAdministrationService.Problem))]
|
---|
| 26 | [System.Runtime.Serialization.KnownTypeAttribute(typeof(HLWebOKBAdminPlugin.OKBAdministrationService.Platform))]
|
---|
| 27 | public partial class OKBItem : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
---|
| 28 |
|
---|
| 29 | [System.NonSerializedAttribute()]
|
---|
| 30 | private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
---|
| 31 |
|
---|
| 32 | [System.Runtime.Serialization.OptionalFieldAttribute()]
|
---|
| 33 | private long IdField;
|
---|
| 34 |
|
---|
| 35 | [global::System.ComponentModel.BrowsableAttribute(false)]
|
---|
| 36 | public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
|
---|
| 37 | get {
|
---|
| 38 | return this.extensionDataField;
|
---|
| 39 | }
|
---|
| 40 | set {
|
---|
| 41 | this.extensionDataField = value;
|
---|
| 42 | }
|
---|
| 43 | }
|
---|
| 44 |
|
---|
| 45 | [System.Runtime.Serialization.DataMemberAttribute()]
|
---|
| 46 | public long Id {
|
---|
| 47 | get {
|
---|
| 48 | return this.IdField;
|
---|
| 49 | }
|
---|
| 50 | set {
|
---|
| 51 | if ((this.IdField.Equals(value) != true)) {
|
---|
| 52 | this.IdField = value;
|
---|
| 53 | this.RaisePropertyChanged("Id");
|
---|
| 54 | }
|
---|
| 55 | }
|
---|
| 56 | }
|
---|
| 57 |
|
---|
| 58 | public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
---|
| 59 |
|
---|
| 60 | protected void RaisePropertyChanged(string propertyName) {
|
---|
| 61 | System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
---|
| 62 | if ((propertyChanged != null)) {
|
---|
| 63 | propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
---|
| 64 | }
|
---|
| 65 | }
|
---|
| 66 | }
|
---|
| 67 |
|
---|
| 68 | [System.Diagnostics.DebuggerStepThroughAttribute()]
|
---|
| 69 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
|
---|
| 70 | [System.Runtime.Serialization.DataContractAttribute(Name="NamedOKBItem", Namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.Administration." +
|
---|
| 71 | "DataTransfer")]
|
---|
| 72 | [System.SerializableAttribute()]
|
---|
| 73 | [System.Runtime.Serialization.KnownTypeAttribute(typeof(HLWebOKBAdminPlugin.OKBAdministrationService.AlgorithmClass))]
|
---|
| 74 | [System.Runtime.Serialization.KnownTypeAttribute(typeof(HLWebOKBAdminPlugin.OKBAdministrationService.Algorithm))]
|
---|
| 75 | [System.Runtime.Serialization.KnownTypeAttribute(typeof(HLWebOKBAdminPlugin.OKBAdministrationService.ProblemClass))]
|
---|
| 76 | [System.Runtime.Serialization.KnownTypeAttribute(typeof(HLWebOKBAdminPlugin.OKBAdministrationService.Problem))]
|
---|
| 77 | [System.Runtime.Serialization.KnownTypeAttribute(typeof(HLWebOKBAdminPlugin.OKBAdministrationService.Platform))]
|
---|
| 78 | public partial class NamedOKBItem : HLWebOKBAdminPlugin.OKBAdministrationService.OKBItem {
|
---|
| 79 |
|
---|
| 80 | [System.Runtime.Serialization.OptionalFieldAttribute()]
|
---|
| 81 | private string DescriptionField;
|
---|
| 82 |
|
---|
| 83 | [System.Runtime.Serialization.OptionalFieldAttribute()]
|
---|
| 84 | private string NameField;
|
---|
| 85 |
|
---|
| 86 | [System.Runtime.Serialization.DataMemberAttribute()]
|
---|
| 87 | public string Description {
|
---|
| 88 | get {
|
---|
| 89 | return this.DescriptionField;
|
---|
| 90 | }
|
---|
| 91 | set {
|
---|
| 92 | if ((object.ReferenceEquals(this.DescriptionField, value) != true)) {
|
---|
| 93 | this.DescriptionField = value;
|
---|
| 94 | this.RaisePropertyChanged("Description");
|
---|
| 95 | }
|
---|
| 96 | }
|
---|
| 97 | }
|
---|
| 98 |
|
---|
| 99 | [System.Runtime.Serialization.DataMemberAttribute()]
|
---|
| 100 | public string Name {
|
---|
| 101 | get {
|
---|
| 102 | return this.NameField;
|
---|
| 103 | }
|
---|
| 104 | set {
|
---|
| 105 | if ((object.ReferenceEquals(this.NameField, value) != true)) {
|
---|
| 106 | this.NameField = value;
|
---|
| 107 | this.RaisePropertyChanged("Name");
|
---|
| 108 | }
|
---|
| 109 | }
|
---|
| 110 | }
|
---|
| 111 | }
|
---|
| 112 |
|
---|
| 113 | [System.Diagnostics.DebuggerStepThroughAttribute()]
|
---|
| 114 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
|
---|
| 115 | [System.Runtime.Serialization.DataContractAttribute(Name="AlgorithmClass", Namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.Administration." +
|
---|
| 116 | "DataTransfer")]
|
---|
| 117 | [System.SerializableAttribute()]
|
---|
| 118 | public partial class AlgorithmClass : HLWebOKBAdminPlugin.OKBAdministrationService.NamedOKBItem {
|
---|
| 119 | }
|
---|
| 120 |
|
---|
| 121 | [System.Diagnostics.DebuggerStepThroughAttribute()]
|
---|
| 122 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
|
---|
| 123 | [System.Runtime.Serialization.DataContractAttribute(Name="Algorithm", Namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.Administration." +
|
---|
| 124 | "DataTransfer")]
|
---|
| 125 | [System.SerializableAttribute()]
|
---|
| 126 | public partial class Algorithm : HLWebOKBAdminPlugin.OKBAdministrationService.NamedOKBItem {
|
---|
| 127 |
|
---|
| 128 | [System.Runtime.Serialization.OptionalFieldAttribute()]
|
---|
| 129 | private long AlgorithmClassIdField;
|
---|
| 130 |
|
---|
| 131 | [System.Runtime.Serialization.OptionalFieldAttribute()]
|
---|
| 132 | private string DataTypeNameField;
|
---|
| 133 |
|
---|
| 134 | [System.Runtime.Serialization.OptionalFieldAttribute()]
|
---|
| 135 | private string DataTypeTypeNameField;
|
---|
| 136 |
|
---|
| 137 | [System.Runtime.Serialization.OptionalFieldAttribute()]
|
---|
| 138 | private long PlatformIdField;
|
---|
| 139 |
|
---|
| 140 | [System.Runtime.Serialization.DataMemberAttribute()]
|
---|
| 141 | public long AlgorithmClassId {
|
---|
| 142 | get {
|
---|
| 143 | return this.AlgorithmClassIdField;
|
---|
| 144 | }
|
---|
| 145 | set {
|
---|
| 146 | if ((this.AlgorithmClassIdField.Equals(value) != true)) {
|
---|
| 147 | this.AlgorithmClassIdField = value;
|
---|
| 148 | this.RaisePropertyChanged("AlgorithmClassId");
|
---|
| 149 | }
|
---|
| 150 | }
|
---|
| 151 | }
|
---|
| 152 |
|
---|
| 153 | [System.Runtime.Serialization.DataMemberAttribute()]
|
---|
| 154 | public string DataTypeName {
|
---|
| 155 | get {
|
---|
| 156 | return this.DataTypeNameField;
|
---|
| 157 | }
|
---|
| 158 | set {
|
---|
| 159 | if ((object.ReferenceEquals(this.DataTypeNameField, value) != true)) {
|
---|
| 160 | this.DataTypeNameField = value;
|
---|
| 161 | this.RaisePropertyChanged("DataTypeName");
|
---|
| 162 | }
|
---|
| 163 | }
|
---|
| 164 | }
|
---|
| 165 |
|
---|
| 166 | [System.Runtime.Serialization.DataMemberAttribute()]
|
---|
| 167 | public string DataTypeTypeName {
|
---|
| 168 | get {
|
---|
| 169 | return this.DataTypeTypeNameField;
|
---|
| 170 | }
|
---|
| 171 | set {
|
---|
| 172 | if ((object.ReferenceEquals(this.DataTypeTypeNameField, value) != true)) {
|
---|
| 173 | this.DataTypeTypeNameField = value;
|
---|
| 174 | this.RaisePropertyChanged("DataTypeTypeName");
|
---|
| 175 | }
|
---|
| 176 | }
|
---|
| 177 | }
|
---|
| 178 |
|
---|
| 179 | [System.Runtime.Serialization.DataMemberAttribute()]
|
---|
| 180 | public long PlatformId {
|
---|
| 181 | get {
|
---|
| 182 | return this.PlatformIdField;
|
---|
| 183 | }
|
---|
| 184 | set {
|
---|
| 185 | if ((this.PlatformIdField.Equals(value) != true)) {
|
---|
| 186 | this.PlatformIdField = value;
|
---|
| 187 | this.RaisePropertyChanged("PlatformId");
|
---|
| 188 | }
|
---|
| 189 | }
|
---|
| 190 | }
|
---|
| 191 | }
|
---|
| 192 |
|
---|
| 193 | [System.Diagnostics.DebuggerStepThroughAttribute()]
|
---|
| 194 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
|
---|
| 195 | [System.Runtime.Serialization.DataContractAttribute(Name="ProblemClass", Namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.Administration." +
|
---|
| 196 | "DataTransfer")]
|
---|
| 197 | [System.SerializableAttribute()]
|
---|
| 198 | public partial class ProblemClass : HLWebOKBAdminPlugin.OKBAdministrationService.NamedOKBItem {
|
---|
| 199 | }
|
---|
| 200 |
|
---|
| 201 | [System.Diagnostics.DebuggerStepThroughAttribute()]
|
---|
| 202 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
|
---|
| 203 | [System.Runtime.Serialization.DataContractAttribute(Name="Problem", Namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.Administration." +
|
---|
| 204 | "DataTransfer")]
|
---|
| 205 | [System.SerializableAttribute()]
|
---|
| 206 | public partial class Problem : HLWebOKBAdminPlugin.OKBAdministrationService.NamedOKBItem {
|
---|
| 207 |
|
---|
| 208 | [System.Runtime.Serialization.OptionalFieldAttribute()]
|
---|
| 209 | private string DataTypeNameField;
|
---|
| 210 |
|
---|
| 211 | [System.Runtime.Serialization.OptionalFieldAttribute()]
|
---|
| 212 | private string DataTypeTypeNameField;
|
---|
| 213 |
|
---|
| 214 | [System.Runtime.Serialization.OptionalFieldAttribute()]
|
---|
| 215 | private long PlatformIdField;
|
---|
| 216 |
|
---|
| 217 | [System.Runtime.Serialization.OptionalFieldAttribute()]
|
---|
| 218 | private long ProblemClassIdField;
|
---|
| 219 |
|
---|
| 220 | [System.Runtime.Serialization.DataMemberAttribute()]
|
---|
| 221 | public string DataTypeName {
|
---|
| 222 | get {
|
---|
| 223 | return this.DataTypeNameField;
|
---|
| 224 | }
|
---|
| 225 | set {
|
---|
| 226 | if ((object.ReferenceEquals(this.DataTypeNameField, value) != true)) {
|
---|
| 227 | this.DataTypeNameField = value;
|
---|
| 228 | this.RaisePropertyChanged("DataTypeName");
|
---|
| 229 | }
|
---|
| 230 | }
|
---|
| 231 | }
|
---|
| 232 |
|
---|
| 233 | [System.Runtime.Serialization.DataMemberAttribute()]
|
---|
| 234 | public string DataTypeTypeName {
|
---|
| 235 | get {
|
---|
| 236 | return this.DataTypeTypeNameField;
|
---|
| 237 | }
|
---|
| 238 | set {
|
---|
| 239 | if ((object.ReferenceEquals(this.DataTypeTypeNameField, value) != true)) {
|
---|
| 240 | this.DataTypeTypeNameField = value;
|
---|
| 241 | this.RaisePropertyChanged("DataTypeTypeName");
|
---|
| 242 | }
|
---|
| 243 | }
|
---|
| 244 | }
|
---|
| 245 |
|
---|
| 246 | [System.Runtime.Serialization.DataMemberAttribute()]
|
---|
| 247 | public long PlatformId {
|
---|
| 248 | get {
|
---|
| 249 | return this.PlatformIdField;
|
---|
| 250 | }
|
---|
| 251 | set {
|
---|
| 252 | if ((this.PlatformIdField.Equals(value) != true)) {
|
---|
| 253 | this.PlatformIdField = value;
|
---|
| 254 | this.RaisePropertyChanged("PlatformId");
|
---|
| 255 | }
|
---|
| 256 | }
|
---|
| 257 | }
|
---|
| 258 |
|
---|
| 259 | [System.Runtime.Serialization.DataMemberAttribute()]
|
---|
| 260 | public long ProblemClassId {
|
---|
| 261 | get {
|
---|
| 262 | return this.ProblemClassIdField;
|
---|
| 263 | }
|
---|
| 264 | set {
|
---|
| 265 | if ((this.ProblemClassIdField.Equals(value) != true)) {
|
---|
| 266 | this.ProblemClassIdField = value;
|
---|
| 267 | this.RaisePropertyChanged("ProblemClassId");
|
---|
| 268 | }
|
---|
| 269 | }
|
---|
| 270 | }
|
---|
| 271 | }
|
---|
| 272 |
|
---|
| 273 | [System.Diagnostics.DebuggerStepThroughAttribute()]
|
---|
| 274 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
|
---|
| 275 | [System.Runtime.Serialization.DataContractAttribute(Name="Platform", Namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.Administration." +
|
---|
| 276 | "DataTransfer")]
|
---|
| 277 | [System.SerializableAttribute()]
|
---|
| 278 | public partial class Platform : HLWebOKBAdminPlugin.OKBAdministrationService.NamedOKBItem {
|
---|
| 279 | }
|
---|
| 280 |
|
---|
| 281 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
---|
| 282 | [System.ServiceModel.ServiceContractAttribute(ConfigurationName="OKBAdministrationService.IAdministrationService")]
|
---|
| 283 | public interface IAdministrationService {
|
---|
| 284 |
|
---|
| 285 | [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAdministrationService/GetPlatform", ReplyAction="http://tempuri.org/IAdministrationService/GetPlatformResponse")]
|
---|
| 286 | HLWebOKBAdminPlugin.OKBAdministrationService.Platform GetPlatform(long id);
|
---|
| 287 |
|
---|
| 288 | [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAdministrationService/GetPlatforms", ReplyAction="http://tempuri.org/IAdministrationService/GetPlatformsResponse")]
|
---|
| 289 | HLWebOKBAdminPlugin.OKBAdministrationService.Platform[] GetPlatforms();
|
---|
| 290 |
|
---|
| 291 | [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAdministrationService/AddPlatform", ReplyAction="http://tempuri.org/IAdministrationService/AddPlatformResponse")]
|
---|
| 292 | long AddPlatform(HLWebOKBAdminPlugin.OKBAdministrationService.Platform dto);
|
---|
| 293 |
|
---|
| 294 | [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAdministrationService/UpdatePlatform", ReplyAction="http://tempuri.org/IAdministrationService/UpdatePlatformResponse")]
|
---|
| 295 | void UpdatePlatform(HLWebOKBAdminPlugin.OKBAdministrationService.Platform dto);
|
---|
| 296 |
|
---|
| 297 | [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAdministrationService/DeletePlatform", ReplyAction="http://tempuri.org/IAdministrationService/DeletePlatformResponse")]
|
---|
| 298 | void DeletePlatform(long id);
|
---|
| 299 |
|
---|
| 300 | [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAdministrationService/GetAlgorithmClass", ReplyAction="http://tempuri.org/IAdministrationService/GetAlgorithmClassResponse")]
|
---|
| 301 | HLWebOKBAdminPlugin.OKBAdministrationService.AlgorithmClass GetAlgorithmClass(long id);
|
---|
| 302 |
|
---|
| 303 | [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAdministrationService/GetAlgorithmClasses", ReplyAction="http://tempuri.org/IAdministrationService/GetAlgorithmClassesResponse")]
|
---|
| 304 | HLWebOKBAdminPlugin.OKBAdministrationService.AlgorithmClass[] GetAlgorithmClasses();
|
---|
| 305 |
|
---|
| 306 | [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAdministrationService/AddAlgorithmClass", ReplyAction="http://tempuri.org/IAdministrationService/AddAlgorithmClassResponse")]
|
---|
| 307 | long AddAlgorithmClass(HLWebOKBAdminPlugin.OKBAdministrationService.AlgorithmClass dto);
|
---|
| 308 |
|
---|
| 309 | [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAdministrationService/UpdateAlgorithmClass", ReplyAction="http://tempuri.org/IAdministrationService/UpdateAlgorithmClassResponse")]
|
---|
| 310 | void UpdateAlgorithmClass(HLWebOKBAdminPlugin.OKBAdministrationService.AlgorithmClass dto);
|
---|
| 311 |
|
---|
| 312 | [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAdministrationService/DeleteAlgorithmClass", ReplyAction="http://tempuri.org/IAdministrationService/DeleteAlgorithmClassResponse")]
|
---|
| 313 | void DeleteAlgorithmClass(long id);
|
---|
| 314 |
|
---|
| 315 | [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAdministrationService/GetAlgorithm", ReplyAction="http://tempuri.org/IAdministrationService/GetAlgorithmResponse")]
|
---|
| 316 | HLWebOKBAdminPlugin.OKBAdministrationService.Algorithm GetAlgorithm(long id);
|
---|
| 317 |
|
---|
| 318 | [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAdministrationService/GetAlgorithms", ReplyAction="http://tempuri.org/IAdministrationService/GetAlgorithmsResponse")]
|
---|
| 319 | HLWebOKBAdminPlugin.OKBAdministrationService.Algorithm[] GetAlgorithms();
|
---|
| 320 |
|
---|
| 321 | [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAdministrationService/AddAlgorithm", ReplyAction="http://tempuri.org/IAdministrationService/AddAlgorithmResponse")]
|
---|
| 322 | long AddAlgorithm(HLWebOKBAdminPlugin.OKBAdministrationService.Algorithm dto);
|
---|
| 323 |
|
---|
| 324 | [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAdministrationService/UpdateAlgorithm", ReplyAction="http://tempuri.org/IAdministrationService/UpdateAlgorithmResponse")]
|
---|
| 325 | void UpdateAlgorithm(HLWebOKBAdminPlugin.OKBAdministrationService.Algorithm dto);
|
---|
| 326 |
|
---|
| 327 | [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAdministrationService/DeleteAlgorithm", ReplyAction="http://tempuri.org/IAdministrationService/DeleteAlgorithmResponse")]
|
---|
| 328 | void DeleteAlgorithm(long id);
|
---|
| 329 |
|
---|
| 330 | [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAdministrationService/GetAlgorithmUsers", ReplyAction="http://tempuri.org/IAdministrationService/GetAlgorithmUsersResponse")]
|
---|
| 331 | System.Guid[] GetAlgorithmUsers(long algorithmId);
|
---|
| 332 |
|
---|
| 333 | [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAdministrationService/UpdateAlgorithmUsers", ReplyAction="http://tempuri.org/IAdministrationService/UpdateAlgorithmUsersResponse")]
|
---|
| 334 | void UpdateAlgorithmUsers(long algorithmId, System.Guid[] users);
|
---|
| 335 |
|
---|
| 336 | [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAdministrationService/GetAlgorithmData", ReplyAction="http://tempuri.org/IAdministrationService/GetAlgorithmDataResponse")]
|
---|
| 337 | byte[] GetAlgorithmData(long algorithmId);
|
---|
| 338 |
|
---|
| 339 | [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAdministrationService/UpdateAlgorithmData", ReplyAction="http://tempuri.org/IAdministrationService/UpdateAlgorithmDataResponse")]
|
---|
| 340 | void UpdateAlgorithmData(long algorithmId, byte[] data);
|
---|
| 341 |
|
---|
| 342 | [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAdministrationService/GetProblemClass", ReplyAction="http://tempuri.org/IAdministrationService/GetProblemClassResponse")]
|
---|
| 343 | HLWebOKBAdminPlugin.OKBAdministrationService.ProblemClass GetProblemClass(long id);
|
---|
| 344 |
|
---|
| 345 | [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAdministrationService/GetProblemClasses", ReplyAction="http://tempuri.org/IAdministrationService/GetProblemClassesResponse")]
|
---|
| 346 | HLWebOKBAdminPlugin.OKBAdministrationService.ProblemClass[] GetProblemClasses();
|
---|
| 347 |
|
---|
| 348 | [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAdministrationService/AddProblemClass", ReplyAction="http://tempuri.org/IAdministrationService/AddProblemClassResponse")]
|
---|
| 349 | long AddProblemClass(HLWebOKBAdminPlugin.OKBAdministrationService.ProblemClass dto);
|
---|
| 350 |
|
---|
| 351 | [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAdministrationService/UpdateProblemClass", ReplyAction="http://tempuri.org/IAdministrationService/UpdateProblemClassResponse")]
|
---|
| 352 | void UpdateProblemClass(HLWebOKBAdminPlugin.OKBAdministrationService.ProblemClass dto);
|
---|
| 353 |
|
---|
| 354 | [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAdministrationService/DeleteProblemClass", ReplyAction="http://tempuri.org/IAdministrationService/DeleteProblemClassResponse")]
|
---|
| 355 | void DeleteProblemClass(long id);
|
---|
| 356 |
|
---|
| 357 | [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAdministrationService/GetProblem", ReplyAction="http://tempuri.org/IAdministrationService/GetProblemResponse")]
|
---|
| 358 | HLWebOKBAdminPlugin.OKBAdministrationService.Problem GetProblem(long id);
|
---|
| 359 |
|
---|
| 360 | [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAdministrationService/GetProblems", ReplyAction="http://tempuri.org/IAdministrationService/GetProblemsResponse")]
|
---|
| 361 | HLWebOKBAdminPlugin.OKBAdministrationService.Problem[] GetProblems();
|
---|
| 362 |
|
---|
| 363 | [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAdministrationService/AddProblem", ReplyAction="http://tempuri.org/IAdministrationService/AddProblemResponse")]
|
---|
| 364 | long AddProblem(HLWebOKBAdminPlugin.OKBAdministrationService.Problem dto);
|
---|
| 365 |
|
---|
| 366 | [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAdministrationService/UpdateProblem", ReplyAction="http://tempuri.org/IAdministrationService/UpdateProblemResponse")]
|
---|
| 367 | void UpdateProblem(HLWebOKBAdminPlugin.OKBAdministrationService.Problem dto);
|
---|
| 368 |
|
---|
| 369 | [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAdministrationService/DeleteProblem", ReplyAction="http://tempuri.org/IAdministrationService/DeleteProblemResponse")]
|
---|
| 370 | void DeleteProblem(long id);
|
---|
| 371 |
|
---|
| 372 | [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAdministrationService/GetProblemUsers", ReplyAction="http://tempuri.org/IAdministrationService/GetProblemUsersResponse")]
|
---|
| 373 | System.Guid[] GetProblemUsers(long problemId);
|
---|
| 374 |
|
---|
| 375 | [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAdministrationService/UpdateProblemUsers", ReplyAction="http://tempuri.org/IAdministrationService/UpdateProblemUsersResponse")]
|
---|
| 376 | void UpdateProblemUsers(long problemId, System.Guid[] users);
|
---|
| 377 |
|
---|
| 378 | [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAdministrationService/GetProblemData", ReplyAction="http://tempuri.org/IAdministrationService/GetProblemDataResponse")]
|
---|
| 379 | byte[] GetProblemData(long problemId);
|
---|
| 380 |
|
---|
| 381 | [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAdministrationService/UpdateProblemData", ReplyAction="http://tempuri.org/IAdministrationService/UpdateProblemDataResponse")]
|
---|
| 382 | void UpdateProblemData(long problemId, byte[] data);
|
---|
| 383 | }
|
---|
| 384 |
|
---|
| 385 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
---|
| 386 | public interface IAdministrationServiceChannel : HLWebOKBAdminPlugin.OKBAdministrationService.IAdministrationService, System.ServiceModel.IClientChannel {
|
---|
| 387 | }
|
---|
| 388 |
|
---|
| 389 | [System.Diagnostics.DebuggerStepThroughAttribute()]
|
---|
| 390 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
---|
| 391 | public partial class AdministrationServiceClient : System.ServiceModel.ClientBase<HLWebOKBAdminPlugin.OKBAdministrationService.IAdministrationService>, HLWebOKBAdminPlugin.OKBAdministrationService.IAdministrationService {
|
---|
| 392 |
|
---|
| 393 | public AdministrationServiceClient() {
|
---|
| 394 | }
|
---|
| 395 |
|
---|
| 396 | public AdministrationServiceClient(string endpointConfigurationName) :
|
---|
| 397 | base(endpointConfigurationName) {
|
---|
| 398 | }
|
---|
| 399 |
|
---|
| 400 | public AdministrationServiceClient(string endpointConfigurationName, string remoteAddress) :
|
---|
| 401 | base(endpointConfigurationName, remoteAddress) {
|
---|
| 402 | }
|
---|
| 403 |
|
---|
| 404 | public AdministrationServiceClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
|
---|
| 405 | base(endpointConfigurationName, remoteAddress) {
|
---|
| 406 | }
|
---|
| 407 |
|
---|
| 408 | public AdministrationServiceClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
|
---|
| 409 | base(binding, remoteAddress) {
|
---|
| 410 | }
|
---|
| 411 |
|
---|
| 412 | public HLWebOKBAdminPlugin.OKBAdministrationService.Platform GetPlatform(long id) {
|
---|
| 413 | return base.Channel.GetPlatform(id);
|
---|
| 414 | }
|
---|
| 415 |
|
---|
| 416 | public HLWebOKBAdminPlugin.OKBAdministrationService.Platform[] GetPlatforms() {
|
---|
| 417 | return base.Channel.GetPlatforms();
|
---|
| 418 | }
|
---|
| 419 |
|
---|
| 420 | public long AddPlatform(HLWebOKBAdminPlugin.OKBAdministrationService.Platform dto) {
|
---|
| 421 | return base.Channel.AddPlatform(dto);
|
---|
| 422 | }
|
---|
| 423 |
|
---|
| 424 | public void UpdatePlatform(HLWebOKBAdminPlugin.OKBAdministrationService.Platform dto) {
|
---|
| 425 | base.Channel.UpdatePlatform(dto);
|
---|
| 426 | }
|
---|
| 427 |
|
---|
| 428 | public void DeletePlatform(long id) {
|
---|
| 429 | base.Channel.DeletePlatform(id);
|
---|
| 430 | }
|
---|
| 431 |
|
---|
| 432 | public HLWebOKBAdminPlugin.OKBAdministrationService.AlgorithmClass GetAlgorithmClass(long id) {
|
---|
| 433 | return base.Channel.GetAlgorithmClass(id);
|
---|
| 434 | }
|
---|
| 435 |
|
---|
| 436 | public HLWebOKBAdminPlugin.OKBAdministrationService.AlgorithmClass[] GetAlgorithmClasses() {
|
---|
| 437 | return base.Channel.GetAlgorithmClasses();
|
---|
| 438 | }
|
---|
| 439 |
|
---|
| 440 | public long AddAlgorithmClass(HLWebOKBAdminPlugin.OKBAdministrationService.AlgorithmClass dto) {
|
---|
| 441 | return base.Channel.AddAlgorithmClass(dto);
|
---|
| 442 | }
|
---|
| 443 |
|
---|
| 444 | public void UpdateAlgorithmClass(HLWebOKBAdminPlugin.OKBAdministrationService.AlgorithmClass dto) {
|
---|
| 445 | base.Channel.UpdateAlgorithmClass(dto);
|
---|
| 446 | }
|
---|
| 447 |
|
---|
| 448 | public void DeleteAlgorithmClass(long id) {
|
---|
| 449 | base.Channel.DeleteAlgorithmClass(id);
|
---|
| 450 | }
|
---|
| 451 |
|
---|
| 452 | public HLWebOKBAdminPlugin.OKBAdministrationService.Algorithm GetAlgorithm(long id) {
|
---|
| 453 | return base.Channel.GetAlgorithm(id);
|
---|
| 454 | }
|
---|
| 455 |
|
---|
| 456 | public HLWebOKBAdminPlugin.OKBAdministrationService.Algorithm[] GetAlgorithms() {
|
---|
| 457 | return base.Channel.GetAlgorithms();
|
---|
| 458 | }
|
---|
| 459 |
|
---|
| 460 | public long AddAlgorithm(HLWebOKBAdminPlugin.OKBAdministrationService.Algorithm dto) {
|
---|
| 461 | return base.Channel.AddAlgorithm(dto);
|
---|
| 462 | }
|
---|
| 463 |
|
---|
| 464 | public void UpdateAlgorithm(HLWebOKBAdminPlugin.OKBAdministrationService.Algorithm dto) {
|
---|
| 465 | base.Channel.UpdateAlgorithm(dto);
|
---|
| 466 | }
|
---|
| 467 |
|
---|
| 468 | public void DeleteAlgorithm(long id) {
|
---|
| 469 | base.Channel.DeleteAlgorithm(id);
|
---|
| 470 | }
|
---|
| 471 |
|
---|
| 472 | public System.Guid[] GetAlgorithmUsers(long algorithmId) {
|
---|
| 473 | return base.Channel.GetAlgorithmUsers(algorithmId);
|
---|
| 474 | }
|
---|
| 475 |
|
---|
| 476 | public void UpdateAlgorithmUsers(long algorithmId, System.Guid[] users) {
|
---|
| 477 | base.Channel.UpdateAlgorithmUsers(algorithmId, users);
|
---|
| 478 | }
|
---|
| 479 |
|
---|
| 480 | public byte[] GetAlgorithmData(long algorithmId) {
|
---|
| 481 | return base.Channel.GetAlgorithmData(algorithmId);
|
---|
| 482 | }
|
---|
| 483 |
|
---|
| 484 | public void UpdateAlgorithmData(long algorithmId, byte[] data) {
|
---|
| 485 | base.Channel.UpdateAlgorithmData(algorithmId, data);
|
---|
| 486 | }
|
---|
| 487 |
|
---|
| 488 | public HLWebOKBAdminPlugin.OKBAdministrationService.ProblemClass GetProblemClass(long id) {
|
---|
| 489 | return base.Channel.GetProblemClass(id);
|
---|
| 490 | }
|
---|
| 491 |
|
---|
| 492 | public HLWebOKBAdminPlugin.OKBAdministrationService.ProblemClass[] GetProblemClasses() {
|
---|
| 493 | return base.Channel.GetProblemClasses();
|
---|
| 494 | }
|
---|
| 495 |
|
---|
| 496 | public long AddProblemClass(HLWebOKBAdminPlugin.OKBAdministrationService.ProblemClass dto) {
|
---|
| 497 | return base.Channel.AddProblemClass(dto);
|
---|
| 498 | }
|
---|
| 499 |
|
---|
| 500 | public void UpdateProblemClass(HLWebOKBAdminPlugin.OKBAdministrationService.ProblemClass dto) {
|
---|
| 501 | base.Channel.UpdateProblemClass(dto);
|
---|
| 502 | }
|
---|
| 503 |
|
---|
| 504 | public void DeleteProblemClass(long id) {
|
---|
| 505 | base.Channel.DeleteProblemClass(id);
|
---|
| 506 | }
|
---|
| 507 |
|
---|
| 508 | public HLWebOKBAdminPlugin.OKBAdministrationService.Problem GetProblem(long id) {
|
---|
| 509 | return base.Channel.GetProblem(id);
|
---|
| 510 | }
|
---|
| 511 |
|
---|
| 512 | public HLWebOKBAdminPlugin.OKBAdministrationService.Problem[] GetProblems() {
|
---|
| 513 | return base.Channel.GetProblems();
|
---|
| 514 | }
|
---|
| 515 |
|
---|
| 516 | public long AddProblem(HLWebOKBAdminPlugin.OKBAdministrationService.Problem dto) {
|
---|
| 517 | return base.Channel.AddProblem(dto);
|
---|
| 518 | }
|
---|
| 519 |
|
---|
| 520 | public void UpdateProblem(HLWebOKBAdminPlugin.OKBAdministrationService.Problem dto) {
|
---|
| 521 | base.Channel.UpdateProblem(dto);
|
---|
| 522 | }
|
---|
| 523 |
|
---|
| 524 | public void DeleteProblem(long id) {
|
---|
| 525 | base.Channel.DeleteProblem(id);
|
---|
| 526 | }
|
---|
| 527 |
|
---|
| 528 | public System.Guid[] GetProblemUsers(long problemId) {
|
---|
| 529 | return base.Channel.GetProblemUsers(problemId);
|
---|
| 530 | }
|
---|
| 531 |
|
---|
| 532 | public void UpdateProblemUsers(long problemId, System.Guid[] users) {
|
---|
| 533 | base.Channel.UpdateProblemUsers(problemId, users);
|
---|
| 534 | }
|
---|
| 535 |
|
---|
| 536 | public byte[] GetProblemData(long problemId) {
|
---|
| 537 | return base.Channel.GetProblemData(problemId);
|
---|
| 538 | }
|
---|
| 539 |
|
---|
| 540 | public void UpdateProblemData(long problemId, byte[] data) {
|
---|
| 541 | base.Channel.UpdateProblemData(problemId, data);
|
---|
| 542 | }
|
---|
| 543 | }
|
---|
| 544 | }
|
---|