CSLA.NET 5.4.2
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
Reference.cs
Go to the documentation of this file.
1#pragma warning disable
2//------------------------------------------------------------------------------
3// <auto-generated>
4// This code was generated by a tool.
5// Runtime Version:4.0.30319.42000
6//
7// Changes to this file may cause incorrect behavior and will be lost if
8// the code is regenerated.
9// </auto-generated>
10//------------------------------------------------------------------------------
11
12namespace Csla.WcfPortal {
13 using System.Runtime.Serialization;
14 using System;
15
16
17 [System.Diagnostics.DebuggerStepThroughAttribute()]
18 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
19 [System.Runtime.Serialization.DataContractAttribute(Name="CriteriaRequest", Namespace="http://schemas.datacontract.org/2004/07/Csla.Server.Hosts.Mobile")]
20 [System.SerializableAttribute()]
21 public partial class CriteriaRequest : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
22
23 [System.NonSerializedAttribute()]
24 private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
25
26 [System.Runtime.Serialization.OptionalFieldAttribute()]
27 private byte[] ClientContextField;
28
29 [System.Runtime.Serialization.OptionalFieldAttribute()]
30 private string ClientCultureField;
31
32 [System.Runtime.Serialization.OptionalFieldAttribute()]
33 private string ClientUICultureField;
34
35 [System.Runtime.Serialization.OptionalFieldAttribute()]
36 private byte[] CriteriaDataField;
37
38 [System.Runtime.Serialization.OptionalFieldAttribute()]
39 private byte[] GlobalContextField;
40
41 [System.Runtime.Serialization.OptionalFieldAttribute()]
42 private byte[] PrincipalField;
43
44 [System.Runtime.Serialization.OptionalFieldAttribute()]
45 private string TypeNameField;
46
47 [global::System.ComponentModel.BrowsableAttribute(false)]
48 public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
49 get {
50 return this.extensionDataField;
51 }
52 set {
53 this.extensionDataField = value;
54 }
55 }
56
57 [System.Runtime.Serialization.DataMemberAttribute()]
58 public byte[] ClientContext {
59 get {
60 return this.ClientContextField;
61 }
62 set {
63 if ((object.ReferenceEquals(this.ClientContextField, value) != true)) {
64 this.ClientContextField = value;
65 this.RaisePropertyChanged("ClientContext");
66 }
67 }
68 }
69
70 [System.Runtime.Serialization.DataMemberAttribute()]
71 public string ClientCulture {
72 get {
73 return this.ClientCultureField;
74 }
75 set {
76 if ((object.ReferenceEquals(this.ClientCultureField, value) != true)) {
77 this.ClientCultureField = value;
78 this.RaisePropertyChanged("ClientCulture");
79 }
80 }
81 }
82
83 [System.Runtime.Serialization.DataMemberAttribute()]
84 public string ClientUICulture {
85 get {
86 return this.ClientUICultureField;
87 }
88 set {
89 if ((object.ReferenceEquals(this.ClientUICultureField, value) != true)) {
90 this.ClientUICultureField = value;
91 this.RaisePropertyChanged("ClientUICulture");
92 }
93 }
94 }
95
96 [System.Runtime.Serialization.DataMemberAttribute()]
97 public byte[] CriteriaData {
98 get {
99 return this.CriteriaDataField;
100 }
101 set {
102 if ((object.ReferenceEquals(this.CriteriaDataField, value) != true)) {
103 this.CriteriaDataField = value;
104 this.RaisePropertyChanged("CriteriaData");
105 }
106 }
107 }
108
109 [System.Runtime.Serialization.DataMemberAttribute()]
110 public byte[] GlobalContext {
111 get {
112 return this.GlobalContextField;
113 }
114 set {
115 if ((object.ReferenceEquals(this.GlobalContextField, value) != true)) {
116 this.GlobalContextField = value;
117 this.RaisePropertyChanged("GlobalContext");
118 }
119 }
120 }
121
122 [System.Runtime.Serialization.DataMemberAttribute()]
123 public byte[] Principal {
124 get {
125 return this.PrincipalField;
126 }
127 set {
128 if ((object.ReferenceEquals(this.PrincipalField, value) != true)) {
129 this.PrincipalField = value;
130 this.RaisePropertyChanged("Principal");
131 }
132 }
133 }
134
135 [System.Runtime.Serialization.DataMemberAttribute()]
136 public string TypeName {
137 get {
138 return this.TypeNameField;
139 }
140 set {
141 if ((object.ReferenceEquals(this.TypeNameField, value) != true)) {
142 this.TypeNameField = value;
143 this.RaisePropertyChanged("TypeName");
144 }
145 }
146 }
147
148 public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
149
150 protected void RaisePropertyChanged(string propertyName) {
151 System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
152 if ((propertyChanged != null)) {
153 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
154 }
155 }
156 }
157
158 [System.Diagnostics.DebuggerStepThroughAttribute()]
159 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
160 [System.Runtime.Serialization.DataContractAttribute(Name="WcfResponse", Namespace="http://schemas.datacontract.org/2004/07/Csla.Server.Hosts.Mobile")]
161 [System.SerializableAttribute()]
162 public partial class WcfResponse : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
163
164 [System.NonSerializedAttribute()]
165 private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
166
167 [System.Runtime.Serialization.OptionalFieldAttribute()]
168 private Csla.WcfPortal.WcfErrorInfo ErrorDataField;
169
170 [System.Runtime.Serialization.OptionalFieldAttribute()]
171 private byte[] GlobalContextField;
172
173 [System.Runtime.Serialization.OptionalFieldAttribute()]
174 private byte[] ObjectDataField;
175
176 [global::System.ComponentModel.BrowsableAttribute(false)]
177 public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
178 get {
179 return this.extensionDataField;
180 }
181 set {
182 this.extensionDataField = value;
183 }
184 }
185
186 [System.Runtime.Serialization.DataMemberAttribute()]
188 get {
189 return this.ErrorDataField;
190 }
191 set {
192 if ((object.ReferenceEquals(this.ErrorDataField, value) != true)) {
193 this.ErrorDataField = value;
194 this.RaisePropertyChanged("ErrorData");
195 }
196 }
197 }
198
199 [System.Runtime.Serialization.DataMemberAttribute()]
200 public byte[] GlobalContext {
201 get {
202 return this.GlobalContextField;
203 }
204 set {
205 if ((object.ReferenceEquals(this.GlobalContextField, value) != true)) {
206 this.GlobalContextField = value;
207 this.RaisePropertyChanged("GlobalContext");
208 }
209 }
210 }
211
212 [System.Runtime.Serialization.DataMemberAttribute()]
213 public byte[] ObjectData {
214 get {
215 return this.ObjectDataField;
216 }
217 set {
218 if ((object.ReferenceEquals(this.ObjectDataField, value) != true)) {
219 this.ObjectDataField = value;
220 this.RaisePropertyChanged("ObjectData");
221 }
222 }
223 }
224
225 public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
226
227 protected void RaisePropertyChanged(string propertyName) {
228 System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
229 if ((propertyChanged != null)) {
230 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
231 }
232 }
233 }
234
235 [System.Diagnostics.DebuggerStepThroughAttribute()]
236 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
237 [System.Runtime.Serialization.DataContractAttribute(Name="WcfErrorInfo", Namespace="http://schemas.datacontract.org/2004/07/Csla.Server.Hosts.Mobile")]
238 [System.SerializableAttribute()]
239 public partial class WcfErrorInfo : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
240
241 [System.NonSerializedAttribute()]
242 private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
243
244 [System.Runtime.Serialization.OptionalFieldAttribute()]
245 private string ExceptionTypeNameField;
246
247 [System.Runtime.Serialization.OptionalFieldAttribute()]
248 private Csla.WcfPortal.WcfErrorInfo InnerErrorField;
249
250 [System.Runtime.Serialization.OptionalFieldAttribute()]
251 private string MessageField;
252
253 [System.Runtime.Serialization.OptionalFieldAttribute()]
254 private string SourceField;
255
256 [System.Runtime.Serialization.OptionalFieldAttribute()]
257 private string StackTraceField;
258
259 [System.Runtime.Serialization.OptionalFieldAttribute()]
260 private string TargetSiteNameField;
261
262 [global::System.ComponentModel.BrowsableAttribute(false)]
263 public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
264 get {
265 return this.extensionDataField;
266 }
267 set {
268 this.extensionDataField = value;
269 }
270 }
271
272 [System.Runtime.Serialization.DataMemberAttribute()]
273 public string ExceptionTypeName {
274 get {
275 return this.ExceptionTypeNameField;
276 }
277 set {
278 if ((object.ReferenceEquals(this.ExceptionTypeNameField, value) != true)) {
279 this.ExceptionTypeNameField = value;
280 this.RaisePropertyChanged("ExceptionTypeName");
281 }
282 }
283 }
284
285 [System.Runtime.Serialization.DataMemberAttribute()]
287 get {
288 return this.InnerErrorField;
289 }
290 set {
291 if ((object.ReferenceEquals(this.InnerErrorField, value) != true)) {
292 this.InnerErrorField = value;
293 this.RaisePropertyChanged("InnerError");
294 }
295 }
296 }
297
298 [System.Runtime.Serialization.DataMemberAttribute()]
299 public string Message {
300 get {
301 return this.MessageField;
302 }
303 set {
304 if ((object.ReferenceEquals(this.MessageField, value) != true)) {
305 this.MessageField = value;
306 this.RaisePropertyChanged("Message");
307 }
308 }
309 }
310
311 [System.Runtime.Serialization.DataMemberAttribute()]
312 public string Source {
313 get {
314 return this.SourceField;
315 }
316 set {
317 if ((object.ReferenceEquals(this.SourceField, value) != true)) {
318 this.SourceField = value;
319 this.RaisePropertyChanged("Source");
320 }
321 }
322 }
323
324 [System.Runtime.Serialization.DataMemberAttribute()]
325 public string StackTrace {
326 get {
327 return this.StackTraceField;
328 }
329 set {
330 if ((object.ReferenceEquals(this.StackTraceField, value) != true)) {
331 this.StackTraceField = value;
332 this.RaisePropertyChanged("StackTrace");
333 }
334 }
335 }
336
337 [System.Runtime.Serialization.DataMemberAttribute()]
338 public string TargetSiteName {
339 get {
340 return this.TargetSiteNameField;
341 }
342 set {
343 if ((object.ReferenceEquals(this.TargetSiteNameField, value) != true)) {
344 this.TargetSiteNameField = value;
345 this.RaisePropertyChanged("TargetSiteName");
346 }
347 }
348 }
349
350 public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
351
352 protected void RaisePropertyChanged(string propertyName) {
353 System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
354 if ((propertyChanged != null)) {
355 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
356 }
357 }
358 }
359
360 [System.Diagnostics.DebuggerStepThroughAttribute()]
361 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
362 [System.Runtime.Serialization.DataContractAttribute(Name="UpdateRequest", Namespace="http://schemas.datacontract.org/2004/07/Csla.Server.Hosts.Mobile")]
363 [System.SerializableAttribute()]
364 public partial class UpdateRequest : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
365
366 [System.NonSerializedAttribute()]
367 private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
368
369 [System.Runtime.Serialization.OptionalFieldAttribute()]
370 private byte[] ClientContextField;
371
372 [System.Runtime.Serialization.OptionalFieldAttribute()]
373 private string ClientCultureField;
374
375 [System.Runtime.Serialization.OptionalFieldAttribute()]
376 private string ClientUICultureField;
377
378 [System.Runtime.Serialization.OptionalFieldAttribute()]
379 private byte[] GlobalContextField;
380
381 [System.Runtime.Serialization.OptionalFieldAttribute()]
382 private byte[] ObjectDataField;
383
384 [System.Runtime.Serialization.OptionalFieldAttribute()]
385 private byte[] PrincipalField;
386
387 [global::System.ComponentModel.BrowsableAttribute(false)]
388 public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
389 get {
390 return this.extensionDataField;
391 }
392 set {
393 this.extensionDataField = value;
394 }
395 }
396
397 [System.Runtime.Serialization.DataMemberAttribute()]
398 public byte[] ClientContext {
399 get {
400 return this.ClientContextField;
401 }
402 set {
403 if ((object.ReferenceEquals(this.ClientContextField, value) != true)) {
404 this.ClientContextField = value;
405 this.RaisePropertyChanged("ClientContext");
406 }
407 }
408 }
409
410 [System.Runtime.Serialization.DataMemberAttribute()]
411 public string ClientCulture {
412 get {
413 return this.ClientCultureField;
414 }
415 set {
416 if ((object.ReferenceEquals(this.ClientCultureField, value) != true)) {
417 this.ClientCultureField = value;
418 this.RaisePropertyChanged("ClientCulture");
419 }
420 }
421 }
422
423 [System.Runtime.Serialization.DataMemberAttribute()]
424 public string ClientUICulture {
425 get {
426 return this.ClientUICultureField;
427 }
428 set {
429 if ((object.ReferenceEquals(this.ClientUICultureField, value) != true)) {
430 this.ClientUICultureField = value;
431 this.RaisePropertyChanged("ClientUICulture");
432 }
433 }
434 }
435
436 [System.Runtime.Serialization.DataMemberAttribute()]
437 public byte[] GlobalContext {
438 get {
439 return this.GlobalContextField;
440 }
441 set {
442 if ((object.ReferenceEquals(this.GlobalContextField, value) != true)) {
443 this.GlobalContextField = value;
444 this.RaisePropertyChanged("GlobalContext");
445 }
446 }
447 }
448
449 [System.Runtime.Serialization.DataMemberAttribute()]
450 public byte[] ObjectData {
451 get {
452 return this.ObjectDataField;
453 }
454 set {
455 if ((object.ReferenceEquals(this.ObjectDataField, value) != true)) {
456 this.ObjectDataField = value;
457 this.RaisePropertyChanged("ObjectData");
458 }
459 }
460 }
461
462 [System.Runtime.Serialization.DataMemberAttribute()]
463 public byte[] Principal {
464 get {
465 return this.PrincipalField;
466 }
467 set {
468 if ((object.ReferenceEquals(this.PrincipalField, value) != true)) {
469 this.PrincipalField = value;
470 this.RaisePropertyChanged("Principal");
471 }
472 }
473 }
474
475 public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
476
477 protected void RaisePropertyChanged(string propertyName) {
478 System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
479 if ((propertyChanged != null)) {
480 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
481 }
482 }
483 }
484
485 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
486 [System.ServiceModel.ServiceContractAttribute(Namespace="http://ws.lhotka.net/WcfDataPortal", ConfigurationName="WcfPortal.IWcfPortal")]
487 public interface IWcfPortal {
488
489 [System.ServiceModel.OperationContractAttribute(Action="http://ws.lhotka.net/WcfDataPortal/IWcfPortal/Create", ReplyAction="http://ws.lhotka.net/WcfDataPortal/IWcfPortal/CreateResponse")]
491
492 [System.ServiceModel.OperationContractAttribute(Action="http://ws.lhotka.net/WcfDataPortal/IWcfPortal/Create", ReplyAction="http://ws.lhotka.net/WcfDataPortal/IWcfPortal/CreateResponse")]
493 System.Threading.Tasks.Task<Csla.WcfPortal.WcfResponse> CreateAsync(Csla.WcfPortal.CriteriaRequest request);
494
495 [System.ServiceModel.OperationContractAttribute(Action="http://ws.lhotka.net/WcfDataPortal/IWcfPortal/Fetch", ReplyAction="http://ws.lhotka.net/WcfDataPortal/IWcfPortal/FetchResponse")]
497
498 [System.ServiceModel.OperationContractAttribute(Action="http://ws.lhotka.net/WcfDataPortal/IWcfPortal/Fetch", ReplyAction="http://ws.lhotka.net/WcfDataPortal/IWcfPortal/FetchResponse")]
499 System.Threading.Tasks.Task<Csla.WcfPortal.WcfResponse> FetchAsync(Csla.WcfPortal.CriteriaRequest request);
500
501 [System.ServiceModel.OperationContractAttribute(Action="http://ws.lhotka.net/WcfDataPortal/IWcfPortal/Update", ReplyAction="http://ws.lhotka.net/WcfDataPortal/IWcfPortal/UpdateResponse")]
503
504 [System.ServiceModel.OperationContractAttribute(Action="http://ws.lhotka.net/WcfDataPortal/IWcfPortal/Update", ReplyAction="http://ws.lhotka.net/WcfDataPortal/IWcfPortal/UpdateResponse")]
505 System.Threading.Tasks.Task<Csla.WcfPortal.WcfResponse> UpdateAsync(Csla.WcfPortal.UpdateRequest request);
506
507 [System.ServiceModel.OperationContractAttribute(Action="http://ws.lhotka.net/WcfDataPortal/IWcfPortal/Delete", ReplyAction="http://ws.lhotka.net/WcfDataPortal/IWcfPortal/DeleteResponse")]
509
510 [System.ServiceModel.OperationContractAttribute(Action="http://ws.lhotka.net/WcfDataPortal/IWcfPortal/Delete", ReplyAction="http://ws.lhotka.net/WcfDataPortal/IWcfPortal/DeleteResponse")]
511 System.Threading.Tasks.Task<Csla.WcfPortal.WcfResponse> DeleteAsync(Csla.WcfPortal.CriteriaRequest request);
512 }
513
514 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
515 public interface IWcfPortalChannel : Csla.WcfPortal.IWcfPortal, System.ServiceModel.IClientChannel {
516 }
517
518 [System.Diagnostics.DebuggerStepThroughAttribute()]
519 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
520 public partial class WcfPortalClient : System.ServiceModel.ClientBase<Csla.WcfPortal.IWcfPortal>, Csla.WcfPortal.IWcfPortal {
521
523 }
524
525 public WcfPortalClient(string endpointConfigurationName) :
526 base(endpointConfigurationName) {
527 }
528
529 public WcfPortalClient(string endpointConfigurationName, string remoteAddress) :
530 base(endpointConfigurationName, remoteAddress) {
531 }
532
533 public WcfPortalClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
534 base(endpointConfigurationName, remoteAddress) {
535 }
536
537 public WcfPortalClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
538 base(binding, remoteAddress) {
539 }
540
542 return base.Channel.Create(request);
543 }
544
545 public System.Threading.Tasks.Task<Csla.WcfPortal.WcfResponse> CreateAsync(Csla.WcfPortal.CriteriaRequest request) {
546 return base.Channel.CreateAsync(request);
547 }
548
550 return base.Channel.Fetch(request);
551 }
552
553 public System.Threading.Tasks.Task<Csla.WcfPortal.WcfResponse> FetchAsync(Csla.WcfPortal.CriteriaRequest request) {
554 return base.Channel.FetchAsync(request);
555 }
556
558 return base.Channel.Update(request);
559 }
560
561 public System.Threading.Tasks.Task<Csla.WcfPortal.WcfResponse> UpdateAsync(Csla.WcfPortal.UpdateRequest request) {
562 return base.Channel.UpdateAsync(request);
563 }
564
566 return base.Channel.Delete(request);
567 }
568
569 public System.Threading.Tasks.Task<Csla.WcfPortal.WcfResponse> DeleteAsync(Csla.WcfPortal.CriteriaRequest request) {
570 return base.Channel.DeleteAsync(request);
571 }
572 }
573}
void RaisePropertyChanged(string propertyName)
Definition: Reference.cs:150
System.Runtime.Serialization.ExtensionDataObject ExtensionData
Definition: Reference.cs:48
System.ComponentModel.PropertyChangedEventHandler PropertyChanged
Definition: Reference.cs:148
System.Runtime.Serialization.ExtensionDataObject ExtensionData
Definition: Reference.cs:388
void RaisePropertyChanged(string propertyName)
Definition: Reference.cs:477
System.ComponentModel.PropertyChangedEventHandler PropertyChanged
Definition: Reference.cs:475
System.Runtime.Serialization.ExtensionDataObject ExtensionData
Definition: Reference.cs:263
void RaisePropertyChanged(string propertyName)
Definition: Reference.cs:352
Csla.WcfPortal.WcfErrorInfo InnerError
Definition: Reference.cs:286
System.ComponentModel.PropertyChangedEventHandler PropertyChanged
Definition: Reference.cs:350
WcfPortalClient(string endpointConfigurationName, string remoteAddress)
Definition: Reference.cs:529
System.Threading.Tasks.Task< Csla.WcfPortal.WcfResponse > UpdateAsync(Csla.WcfPortal.UpdateRequest request)
Definition: Reference.cs:561
WcfPortalClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress)
Definition: Reference.cs:533
Csla.WcfPortal.WcfResponse Delete(Csla.WcfPortal.CriteriaRequest request)
Definition: Reference.cs:565
Csla.WcfPortal.WcfResponse Fetch(Csla.WcfPortal.CriteriaRequest request)
Definition: Reference.cs:549
Csla.WcfPortal.WcfResponse Update(Csla.WcfPortal.UpdateRequest request)
Definition: Reference.cs:557
WcfPortalClient(string endpointConfigurationName)
Definition: Reference.cs:525
System.Threading.Tasks.Task< Csla.WcfPortal.WcfResponse > FetchAsync(Csla.WcfPortal.CriteriaRequest request)
Definition: Reference.cs:553
System.Threading.Tasks.Task< Csla.WcfPortal.WcfResponse > DeleteAsync(Csla.WcfPortal.CriteriaRequest request)
Definition: Reference.cs:569
Csla.WcfPortal.WcfResponse Create(Csla.WcfPortal.CriteriaRequest request)
Definition: Reference.cs:541
System.Threading.Tasks.Task< Csla.WcfPortal.WcfResponse > CreateAsync(Csla.WcfPortal.CriteriaRequest request)
Definition: Reference.cs:545
WcfPortalClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress)
Definition: Reference.cs:537
System.Runtime.Serialization.ExtensionDataObject ExtensionData
Definition: Reference.cs:177
void RaisePropertyChanged(string propertyName)
Definition: Reference.cs:227
System.ComponentModel.PropertyChangedEventHandler PropertyChanged
Definition: Reference.cs:225
Csla.WcfPortal.WcfErrorInfo ErrorData
Definition: Reference.cs:187
System.Threading.Tasks.Task< Csla.WcfPortal.WcfResponse > UpdateAsync(Csla.WcfPortal.UpdateRequest request)
System.Threading.Tasks.Task< Csla.WcfPortal.WcfResponse > CreateAsync(Csla.WcfPortal.CriteriaRequest request)
Csla.WcfPortal.WcfResponse Update(Csla.WcfPortal.UpdateRequest request)
Csla.WcfPortal.WcfResponse Delete(Csla.WcfPortal.CriteriaRequest request)
System.Threading.Tasks.Task< Csla.WcfPortal.WcfResponse > DeleteAsync(Csla.WcfPortal.CriteriaRequest request)
Csla.WcfPortal.WcfResponse Fetch(Csla.WcfPortal.CriteriaRequest request)
System.Threading.Tasks.Task< Csla.WcfPortal.WcfResponse > FetchAsync(Csla.WcfPortal.CriteriaRequest request)
Csla.WcfPortal.WcfResponse Create(Csla.WcfPortal.CriteriaRequest request)