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