public bool SetDataRoot(global::System.Object newDataRoot)
 {
     if (newDataRoot != null)
     {
         this.dataRoot = (global::_24102019_uwp.Views.customDisk)newDataRoot;
         return(true);
     }
     return(false);
 }
 // Update methods for each path node used in binding steps.
 private void Update_(global::_24102019_uwp.Views.customDisk obj, int phase)
 {
     if (obj != null)
     {
         if ((phase & (NOT_PHASED | (1 << 0))) != 0)
         {
             this.Update_DiskID(obj.DiskID, phase);
             this.Update_TitleName(obj.TitleName, phase);
             this.Update_ChkOutStatus(obj.ChkOutStatus, phase);
             this.Update_Price(obj.Price, phase);
         }
     }
 }