Exemple #1
0
 // Update methods for each path node used in binding steps.
 private void Update_(global::CaregiverIKNOWU.MainPage obj, int phase)
 {
     if (obj != null)
     {
         if ((phase & (NOT_PHASED | DATA_CHANGED | (1 << 0))) != 0)
         {
             this.Update_AppSettings(obj.AppSettings, phase);
         }
         if ((phase & (NOT_PHASED | (1 << 0))) != 0)
         {
             this.Update_Faces(obj.Faces, phase);
             this.Update_Persons(obj.Persons, phase);
         }
     }
 }
Exemple #2
0
            // MainPage_obj1_Bindings

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