示例#1
0
 private void Update_Item(global::mobile_AppFilter.Models.SampleModel obj, int phase)
 {
     if ((phase & ((1 << 0) | NOT_PHASED)) != 0)
     {
         XamlBindingSetters.Set_mobile_AppFilter_Views_MasterDetailDetailControl_MasterMenuItem(this.obj3, obj, null);
     }
 }
示例#2
0
 private void Update_Selected(global::mobile_AppFilter.Models.SampleModel obj, int phase)
 {
     if ((phase & ((1 << 0) | NOT_PHASED | DATA_CHANGED)) != 0)
     {
         XamlBindingSetters.Set_mobile_AppFilter_Views_MasterDetailDetailControl_MasterMenuItem(this.obj12, obj, null);
         XamlBindingSetters.Set_Windows_UI_Xaml_Controls_Primitives_Selector_SelectedItem(this.obj15, obj, null);
     }
 }
示例#3
0
 public bool SetDataRoot(global::System.Object newDataRoot)
 {
     if (newDataRoot != null)
     {
         this.dataRoot = (global::mobile_AppFilter.Models.SampleModel)newDataRoot;
         return(true);
     }
     return(false);
 }
示例#4
0
 // Update methods for each path node used in binding steps.
 private void Update_(global::mobile_AppFilter.Models.SampleModel obj, int phase)
 {
     if (obj != null)
     {
         if ((phase & (NOT_PHASED | (1 << 0))) != 0)
         {
             this.Update_Title(obj.Title, phase);
             this.Update_Description(obj.Description, phase);
         }
     }
 }
 private void Update_MasterMenuItem(global::mobile_AppFilter.Models.SampleModel obj, int phase)
 {
     if (obj != null)
     {
         if ((phase & (NOT_PHASED | DATA_CHANGED | (1 << 0))) != 0)
         {
             this.Update_MasterMenuItem_Title(obj.Title, phase);
             this.Update_MasterMenuItem_SymbolAsChar(obj.SymbolAsChar, phase);
             this.Update_MasterMenuItem_Description(obj.Description, phase);
         }
     }
 }
示例#6
0
 public static void Set_mobile_AppFilter_Views_MasterDetailDetailControl_MasterMenuItem(global::mobile_AppFilter.Views.MasterDetailDetailControl obj, global::mobile_AppFilter.Models.SampleModel value, string targetNullValue)
 {
     if (value == null && targetNullValue != null)
     {
         value = (global::mobile_AppFilter.Models.SampleModel)global::Windows.UI.Xaml.Markup.XamlBindingHelper.ConvertValue(typeof(global::mobile_AppFilter.Models.SampleModel), targetNullValue);
     }
     obj.MasterMenuItem = value;
 }