Exemple #1
0
 public void DataContextChangedHandler(global::Windows.UI.Xaml.FrameworkElement sender, global::Windows.UI.Xaml.DataContextChangedEventArgs args)
 {
     global::ShowScheduler.Models.TvShow data = args.NewValue as global::ShowScheduler.Models.TvShow;
     if (args.NewValue != null && data == null)
     {
         throw new global::System.ArgumentException("Incorrect type passed into template. Based on the x:DataType global::ShowScheduler.Models.TvShow was expected.");
     }
     this.SetDataRoot(data);
     this.Update();
 }
Exemple #2
0
 // Update methods for each path node used in binding steps.
 private void Update_(global::ShowScheduler.Models.TvShow obj, int phase)
 {
     if (obj != null)
     {
         if ((phase & (NOT_PHASED | (1 << 0))) != 0)
         {
             this.Update_ShowPosterIcon(obj.ShowPosterIcon, phase);
             this.Update_ShowTitle(obj.ShowTitle, phase);
             this.Update_ShowTime(obj.ShowTime, phase);
         }
     }
 }
Exemple #3
0
            // MyAlertView_obj1_Bindings

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