Пример #1
0
 public void DataContextChangedHandler(global::Windows.UI.Xaml.FrameworkElement sender, global::Windows.UI.Xaml.DataContextChangedEventArgs args)
 {
     global::TsinghuaPerformanceAPI.PerformanceData data = args.NewValue as global::TsinghuaPerformanceAPI.PerformanceData;
     if (args.NewValue != null && data == null)
     {
         throw new global::System.ArgumentException("Incorrect type passed into template. Based on the x:DataType global::TsinghuaPerformanceAPI.PerformanceData was expected.");
     }
     this.SetDataRoot(data);
     this.Update();
 }
Пример #2
0
 // Update methods for each path node used in binding steps.
 private void Update_(global::TsinghuaPerformanceAPI.PerformanceData obj, int phase)
 {
     if (obj != null)
     {
         if ((phase & (NOT_PHASED | (1 << 0))) != 0)
         {
             this.Update_PerformanceTime(obj.PerformanceTime, phase);
             this.Update_PerformanceName(obj.PerformanceName, phase);
             this.Update_PerformanceAddress(obj.PerformanceAddress, phase);
             this.Update_PerformanceState(obj.PerformanceState, phase);
         }
     }
 }
Пример #3
0
            // MainPage_obj1_Bindings

            public void SetDataRoot(global::TsinghuaPerformanceAPI.PerformanceData newDataRoot)
            {
                this.dataRoot = newDataRoot;
            }