// Update methods for each path node used in binding steps. private void Update_(global::ATB_Market.RecipePage obj, int phase) { if (obj != null) { if ((phase & (NOT_PHASED | (1 << 0))) != 0) { this.Update_steps(obj.steps, phase); this.Update_ingridients(obj.ingridients, phase); } } }
// RecipePage_obj1_Bindings public void SetDataRoot(global::ATB_Market.RecipePage newDataRoot) { this.dataRoot = newDataRoot; }