Ejemplo n.º 1
0
 public bool SetDataRoot(global::System.Object newDataRoot)
 {
     if (newDataRoot != null)
     {
         this.dataRoot = (global::App5.Models.SampleOrder)newDataRoot;
         return(true);
     }
     return(false);
 }
Ejemplo n.º 2
0
 private void Update_Selected(global::App5.Models.SampleOrder obj, int phase)
 {
     if ((phase & ((1 << 0) | NOT_PHASED | DATA_CHANGED)) != 0)
     {
         // Views\MasterDetailPage.xaml line 86
         if (!isobj11SelectedItemDisabled)
         {
             XamlBindingSetters.Set_Microsoft_Toolkit_Uwp_UI_Controls_MasterDetailsView_SelectedItem(this.obj11, obj, null);
         }
     }
 }
Ejemplo n.º 3
0
 // Update methods for each path node used in binding steps.
 private void Update_(global::App5.Models.SampleOrder obj, int phase)
 {
     if (obj != null)
     {
         if ((phase & (NOT_PHASED | (1 << 0))) != 0)
         {
             this.Update_Symbol(obj.Symbol, phase);
             this.Update_Company(obj.Company, phase);
             this.Update_Status(obj.Status, phase);
         }
     }
 }
Ejemplo n.º 4
0
 private void Update_MasterMenuItem(global::App5.Models.SampleOrder obj, int phase)
 {
     if (obj != null)
     {
         if ((phase & (NOT_PHASED | DATA_CHANGED | (1 << 0))) != 0)
         {
             this.Update_MasterMenuItem_Status(obj.Status, phase);
             this.Update_MasterMenuItem_OrderDate(obj.OrderDate, phase);
             this.Update_MasterMenuItem_Company(obj.Company, phase);
             this.Update_MasterMenuItem_ShipTo(obj.ShipTo, phase);
             this.Update_MasterMenuItem_OrderTotal(obj.OrderTotal, phase);
             this.Update_MasterMenuItem_Symbol(obj.Symbol, phase);
         }
     }
 }