Пример #1
0
 public bool SetDataRoot(global::System.Object newDataRoot)
 {
     this.bindingsTracking.ReleaseAllListeners();
     if (newDataRoot != null)
     {
         this.dataRoot = (global::TodoList.Model.ToDo)newDataRoot;
         return(true);
     }
     return(false);
 }
Пример #2
0
 // Update methods for each path node used in binding steps.
 private void Update_(global::TodoList.Model.ToDo obj, int phase)
 {
     if (obj != null)
     {
         if ((phase & (NOT_PHASED | (1 << 0))) != 0)
         {
             this.Update_EndingDate(obj.EndingDate, phase);
             this.Update_BeginningDate(obj.BeginningDate, phase);
         }
     }
     this.Update_System_String_M_Format4_3054425605(phase);
     this.Update_System_String_M_Format4_3981566138(phase);
     this.CompleteUpdate(phase);
 }
Пример #3
0
 private bool TryGet_(out global::TodoList.Model.ToDo val)
 {
     val = this.dataRoot;
     return(true);
 }