public bool SetDataRoot(global::System.Object newDataRoot) { if (newDataRoot != null) { this.dataRoot = (global::Food.Models.Product)newDataRoot; return(true); } return(false); }
// Update methods for each path node used in binding steps. private void Update_(global::Food.Models.Product obj, int phase) { if (obj != null) { if ((phase & (NOT_PHASED | (1 << 0))) != 0) { this.Update_image(obj.image, phase); this.Update_name(obj.name, phase); this.Update_Price(obj.Price, phase); } } }