예제 #1
0
 public bool SetDataRoot(global::System.Object newDataRoot)
 {
     if (newDataRoot != null)
     {
         this.dataRoot = (global::InnovationAndEntrepreneurship.Models.XM)newDataRoot;
         return(true);
     }
     return(false);
 }
예제 #2
0
 private void Update_Selected(global::InnovationAndEntrepreneurship.Models.XM obj, int phase)
 {
     if ((phase & ((1 << 0) | NOT_PHASED | DATA_CHANGED)) != 0)
     {
         // Views\HomePage.xaml line 87
         if (!isobj10SelectedItemDisabled)
         {
             XamlBindingSetters.Set_Microsoft_Toolkit_Uwp_UI_Controls_MasterDetailsView_SelectedItem(this.obj10, obj, null);
         }
     }
 }
예제 #3
0
 // Update methods for each path node used in binding steps.
 private void Update_(global::InnovationAndEntrepreneurship.Models.XM obj, int phase)
 {
     if (obj != null)
     {
         if ((phase & (NOT_PHASED | (1 << 0))) != 0)
         {
             this.Update_PName(obj.PName, phase);
             this.Update_PID(obj.PID, phase);
         }
     }
 }
예제 #4
0
 private void Update_MasterMenuItem(global::InnovationAndEntrepreneurship.Models.XM obj, int phase)
 {
     if (obj != null)
     {
         if ((phase & (NOT_PHASED | DATA_CHANGED | (1 << 0))) != 0)
         {
             this.Update_MasterMenuItem_PID(obj.PID, phase);
             this.Update_MasterMenuItem_DateB(obj.DateB, phase);
             this.Update_MasterMenuItem_DateE(obj.DateE, phase);
             this.Update_MasterMenuItem_PClass(obj.PClass, phase);
             this.Update_MasterMenuItem_Win(obj.Win, phase);
             this.Update_MasterMenuItem_Describle(obj.Describle, phase);
             this.Update_MasterMenuItem_PName(obj.PName, phase);
         }
     }
 }