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(); }
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); }
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); }
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); }