// Update methods for each path node used in binding steps. private void Update_(global::GeoForum.MainPage obj, int phase) { if (obj != null) { if ((phase & (NOT_PHASED | DATA_CHANGED | (1 << 0))) != 0) { this.Update_PostsVM(obj.PostsVM, phase); } } else { if ((phase & (NOT_PHASED | DATA_CHANGED | (1 << 0))) != 0) { this.UpdateFallback_PostsVM(phase); } } }
// MainPage_obj1_Bindings public void SetDataRoot(global::GeoForum.MainPage newDataRoot) { this.bindingsTracking.ReleaseAllListeners(); this.dataRoot = newDataRoot; }