Exemplo n.º 1
0
 public void DataContextChangedHandler(global::Windows.UI.Xaml.FrameworkElement sender, global::Windows.UI.Xaml.DataContextChangedEventArgs args)
 {
     global::WoundManagementSystem.Appointment data = args.NewValue as global::WoundManagementSystem.Appointment;
     if (args.NewValue != null && data == null)
     {
         throw new global::System.ArgumentException("Incorrect type passed into template. Based on the x:DataType global::WoundManagementSystem.Appointment 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::WoundManagementSystem.Appointment obj, int phase)
 {
     if (obj != null)
     {
         if ((phase & (NOT_PHASED | (1 << 0))) != 0)
         {
             this.Update_time(obj.time, phase);
             this.Update_name(obj.name, phase);
             this.Update_surname(obj.surname, phase);
         }
     }
 }
Exemplo n.º 3
0
            // Dashboard_obj43_Bindings

            public void SetDataRoot(global::WoundManagementSystem.Appointment newDataRoot)
            {
                this.dataRoot = newDataRoot;
            }