Example #1
0
 public virtual void SaveAll()
 {
     SoftFluent.Samples.SignalR.Proxy.CustomerCollection changed = new SoftFluent.Samples.SignalR.Proxy.CustomerCollection();
     this.FindAllPending(changed);
     if ((changed.Count <= 0))
     {
         return;
     }
     SoftFluent.Samples.SignalR.Proxy.Customer.WcfClient.Current.Channel.SaveAll(changed);
     this.Commit();
 }
Example #2
0
 public static SoftFluent.Samples.SignalR.Proxy.CustomerCollection LoadAll()
 {
     SoftFluent.Samples.SignalR.Proxy.CustomerCollection collection = new SoftFluent.Samples.SignalR.Proxy.CustomerCollection(SoftFluent.Samples.SignalR.Proxy.Constants.SoftFluent_Samples_SignalRStoreName, ((System.ServiceModel.Channels.IChannel)(SoftFluent.Samples.SignalR.Proxy.Customer.WcfClient.Current.Channel)), "PageLoadAll", null);
     collection.LoadKnownItems();
     return(collection);
 }
Example #3
0
 public static SoftFluent.Samples.SignalR.Proxy.CustomerCollection PageLoadAll(int pageIndex, int pageSize, CodeFluent.Runtime.PageOptions pageOptions)
 {
     SoftFluent.Samples.SignalR.Proxy.CustomerCollection collection = SoftFluent.Samples.SignalR.Proxy.Customer.WcfClient.Current.Channel.PageLoadAll(pageIndex, pageSize, pageOptions);
     return(collection);
 }
Example #4
0
 public new virtual SoftFluent.Samples.SignalR.Proxy.CustomerCollection Clone(bool deep)
 {
     SoftFluent.Samples.SignalR.Proxy.CustomerCollection ret = new SoftFluent.Samples.SignalR.Proxy.CustomerCollection();
     this.CopyTo(ret, deep);
     return(ret);
 }