Exemple #1
0
 public bool SetDataRoot(global::System.Object newDataRoot)
 {
     if (newDataRoot != null)
     {
         this.dataRoot = (global::UWP.td)newDataRoot;
         return(true);
     }
     return(false);
 }
Exemple #2
0
 // Update methods for each path node used in binding steps.
 private void Update_(global::UWP.td obj, int phase)
 {
     if (obj != null)
     {
         if ((phase & (NOT_PHASED | (1 << 0))) != 0)
         {
             this.Update_priority(obj.priority, phase);
             this.Update_Assign_to(obj.Assign_to, phase);
             this.Update_name(obj.name, phase);
         }
     }
 }
 private void Update_td(global::UWP.td obj, int phase)
 {
     if (obj != null)
     {
         if ((phase & (NOT_PHASED | (1 << 0))) != 0)
         {
             this.Update_td_name(obj.name, phase);
             this.Update_td_Assign_by(obj.Assign_by, phase);
             this.Update_td_status(obj.status, phase);
             this.Update_td_createdDate(obj.createdDate, phase);
             this.Update_td_priority(obj.priority, phase);
         }
     }
 }