public bool SetDataRoot(global::System.Object newDataRoot) { if (newDataRoot != null) { this.dataRoot = (global::App2.Models.Book)newDataRoot; return(true); } return(false); }
// Update methods for each path node used in binding steps. private void Update_(global::App2.Models.Book obj, int phase) { if (obj != null) { if ((phase & (NOT_PHASED | (1 << 0))) != 0) { this.Update_CoverImage(obj.CoverImage, phase); this.Update_Title(obj.Title, phase); this.Update_Author(obj.Author, phase); } } }