public bool SetDataRoot(global::System.Object newDataRoot) { if (newDataRoot != null) { this.dataRoot = (global::App1.MainPage)newDataRoot; return(true); } return(false); }
// Update methods for each path node used in binding steps. private void Update_(global::App1.MainPage obj, int phase) { if (obj != null) { if ((phase & (NOT_PHASED | (1 << 0))) != 0) { this.Update_listItemViewModels(obj.listItemViewModels, phase); } } }
// Update methods for each path node used in binding steps. private void Update_(global::App1.MainPage obj, int phase) { if (obj != null) { if ((phase & (NOT_PHASED | (1 << 0))) != 0) { this.Update_NewsItems(obj.NewsItems, phase); } } }
private void UpdatePathStep_Albums(global::App1.MainPage obj, bool isInitialUpdate = false) { if (obj != null) { try { this.Update_Albums(obj.Albums, isInitialUpdate); return; } catch ( #pragma warning disable 0168 global::System.Exception ex #pragma warning restore 0168 ) { #if DEBUG && !DISABLE_XAML_GENERATED_BINDING_DEBUG_OUTPUT global::System.Diagnostics.Debug.WriteLine("Binding update failed for 'Albums' : " + ex.Message); #endif } } }
// MainPage_obj1_Bindings public void SetDataRoot(global::App1.MainPage newDataRoot) { this.dataRoot = newDataRoot; }
public MainPage_obj1_Bindings(global::App1.MainPage dataRoot) { this.dataRoot = dataRoot; }
// Update method for each path node used in binding steps. internal void Update_(global::App1.MainPage obj, bool isInitialUpdate = false) { this.UpdatePathStep_Albums(obj, isInitialUpdate); }