Ejemplo n.º 1
0
 // Update methods for each path node used in binding steps.
 private void Update_(global::TPT_MMAS.Iot.Views.MainPage obj, int phase)
 {
     if (obj != null)
     {
         if ((phase & (NOT_PHASED | DATA_CHANGED | (1 << 0))) != 0)
         {
             this.Update_VM(obj.VM, phase);
         }
     }
     else
     {
         if ((phase & (NOT_PHASED | DATA_CHANGED | (1 << 0))) != 0)
         {
             this.UpdateFallback_VM(phase);
         }
     }
 }
Ejemplo n.º 2
0
            // MainPage_obj1_Bindings

            public void SetDataRoot(global::TPT_MMAS.Iot.Views.MainPage newDataRoot)
            {
                this.bindingsTracking.ReleaseAllListeners();
                this.dataRoot = newDataRoot;
            }