Esempio n. 1
0
 private object[] OnEndgetById(System.IAsyncResult result)
 {
     PW.ServiceCenter.ServiceMenu.menu retVal = this.EndgetById(result);
     return(new object[] {
         retVal
     });
 }
Esempio n. 2
0
 public void updateByIdAsync(PW.ServiceCenter.ServiceMenu.menu record, object userState)
 {
     if ((this.onBeginupdateByIdDelegate == null))
     {
         this.onBeginupdateByIdDelegate = new BeginOperationDelegate(this.OnBeginupdateById);
     }
     if ((this.onEndupdateByIdDelegate == null))
     {
         this.onEndupdateByIdDelegate = new EndOperationDelegate(this.OnEndupdateById);
     }
     if ((this.onupdateByIdCompletedDelegate == null))
     {
         this.onupdateByIdCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnupdateByIdCompleted);
     }
     base.InvokeAsync(this.onBeginupdateByIdDelegate, new object[] {
         record
     }, this.onEndupdateByIdDelegate, this.onupdateByIdCompletedDelegate, userState);
 }
Esempio n. 3
0
 public void updateByIdAsync(PW.ServiceCenter.ServiceMenu.menu record)
 {
     this.updateByIdAsync(record, null);
 }
Esempio n. 4
0
 private System.IAsyncResult OnBeginupdateById(object[] inValues, System.AsyncCallback callback, object asyncState)
 {
     PW.ServiceCenter.ServiceMenu.menu record = ((PW.ServiceCenter.ServiceMenu.menu)(inValues[0]));
     return(this.BeginupdateById(record, callback, asyncState));
 }
Esempio n. 5
0
 public System.IAsyncResult BeginupdateById(PW.ServiceCenter.ServiceMenu.menu record, System.AsyncCallback callback, object asyncState)
 {
     return(base.Channel.BeginupdateById(record, callback, asyncState));
 }
Esempio n. 6
0
 public int updateById(PW.ServiceCenter.ServiceMenu.menu record)
 {
     return(base.Channel.updateById(record));
 }
Esempio n. 7
0
 public void addAsync(PW.ServiceCenter.ServiceMenu.menu record)
 {
     this.addAsync(record, null);
 }
Esempio n. 8
0
 public int add(PW.ServiceCenter.ServiceMenu.menu record)
 {
     return(base.Channel.add(record));
 }
Esempio n. 9
0
 public void queryAsync(PW.ServiceCenter.ServiceMenu.menu record)
 {
     this.queryAsync(record, null);
 }
Esempio n. 10
0
 public PW.ServiceCenter.ServiceMenu.menu[] query(PW.ServiceCenter.ServiceMenu.menu record)
 {
     return(base.Channel.query(record));
 }