Exemplo n.º 1
0
 public void DataContextChangedHandler(global::Windows.UI.Xaml.FrameworkElement sender, global::Windows.UI.Xaml.DataContextChangedEventArgs args)
 {
     global::XPhase.Models.House data = args.NewValue as global::XPhase.Models.House;
     if (args.NewValue != null && data == null)
     {
         throw new global::System.ArgumentException("Incorrect type passed into template. Based on the x:DataType global::XPhase.Models.House was expected.");
     }
     this.SetDataRoot(data);
     this.Update();
 }
Exemplo n.º 2
0
 // Update methods for each path node used in binding steps.
 private void Update_(global::XPhase.Models.House obj, int phase)
 {
     if (obj != null)
     {
         if (phase == NOT_PHASED || phase == 0)
         {
             this.Update_Photo(obj.Photo, phase);
             this.Update_Place(obj.Place, phase);
             this.Update_Price(obj.Price, phase);
         }
     }
 }
Exemplo n.º 3
0
            // MainView_obj5_Bindings

            public void SetDataRoot(global::XPhase.Models.House newDataRoot)
            {
                this.dataRoot = newDataRoot;
            }
Exemplo n.º 4
0
            // MainView_obj5_Bindings

            public void SetDataRoot(global::XPhase.Models.House newDataRoot)
            {
                this.dataRoot = newDataRoot;
            }