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