Beispiel #1
0
 public bool SetDataRoot(global::System.Object newDataRoot)
 {
     if (newDataRoot != null)
     {
         this.dataRoot = (global::_24102019_uwp.Views.customTitleReport)newDataRoot;
         return(true);
     }
     return(false);
 }
Beispiel #2
0
 // Update methods for each path node used in binding steps.
 private void Update_(global::_24102019_uwp.Views.customTitleReport obj, int phase)
 {
     if (obj != null)
     {
         if ((phase & (NOT_PHASED | (1 << 0))) != 0)
         {
             this.Update_ID(obj.ID, phase);
             this.Update_Name(obj.Name, phase);
             this.Update_CopyRent(obj.CopyRent, phase);
             this.Update_CopyInStock(obj.CopyInStock, phase);
             this.Update_CopyOnHold(obj.CopyOnHold, phase);
             this.Update_CopyReservation(obj.CopyReservation, phase);
         }
     }
 }