public bool SetDataRoot(global::System.Object newDataRoot)
 {
     if (newDataRoot != null)
     {
         this.dataRoot = (global::_24102019_uwp.Views.DetailReturnDiskPage)newDataRoot;
         return(true);
     }
     return(false);
 }
 // Update methods for each path node used in binding steps.
 private void Update_(global::_24102019_uwp.Views.DetailReturnDiskPage obj, int phase)
 {
     if (obj != null)
     {
         if ((phase & (NOT_PHASED | (1 << 0))) != 0)
         {
             this.Update_cusName(obj.cusName, phase);
             this.Update_titleName(obj.titleName, phase);
             this.Update_startDate(obj.startDate, phase);
             this.Update_dueDate(obj.dueDate, phase);
             this.Update_returnDate(obj.returnDate, phase);
             this.Update_totalDateLate(obj.totalDateLate, phase);
             this.Update_lateCharge(obj.lateCharge, phase);
         }
     }
 }