Ejemplo n.º 1
0
 public bool SetDataRoot(global::System.Object newDataRoot)
 {
     if (newDataRoot != null)
     {
         this.dataRoot = (global::Task_App.td)newDataRoot;
         return(true);
     }
     return(false);
 }
Ejemplo n.º 2
0
 private void Update_td(global::Task_App.td obj, int phase)
 {
     if (obj != null)
     {
         if ((phase & (NOT_PHASED | (1 << 0))) != 0)
         {
             this.Update_td_name(obj.name, phase);
         }
     }
 }
Ejemplo n.º 3
0
 // Update methods for each path node used in binding steps.
 private void Update_(global::Task_App.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);
         }
     }
 }
Ejemplo n.º 4
0
 private void Update_td(global::Task_App.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_updated(obj.updated, phase);
             this.Update_td_priority(obj.priority, phase);
         }
     }
 }