AutoCatUwp/AutoCat/obj/x64/Debug/Pages/SearchPage.g.cs
2021-01-24 18:21:04 +03:00

410 lines
16 KiB
C#

#pragma checksum "C:\Users\selim\Source\Repos\autocatuwp\AutoCat\Pages\SearchPage.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "5BA0B27DFDEDC7D3E43101EA84B2814D451A589F5742A5F77396EA7D9EA8157A"
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace AutoCat.Pages
{
partial class SearchPage :
global::Windows.UI.Xaml.Controls.Page,
global::Windows.UI.Xaml.Markup.IComponentConnector,
global::Windows.UI.Xaml.Markup.IComponentConnector2
{
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 10.0.19041.1")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
private static class XamlBindingSetters
{
public static void Set_Windows_UI_Xaml_Controls_ItemsControl_ItemsSource(global::Windows.UI.Xaml.Controls.ItemsControl obj, global::System.Object value, string targetNullValue)
{
if (value == null && targetNullValue != null)
{
value = (global::System.Object) global::Windows.UI.Xaml.Markup.XamlBindingHelper.ConvertValue(typeof(global::System.Object), targetNullValue);
}
obj.ItemsSource = value;
}
public static void Set_Windows_UI_Xaml_Controls_TextBlock_Text(global::Windows.UI.Xaml.Controls.TextBlock obj, global::System.String value, string targetNullValue)
{
if (value == null && targetNullValue != null)
{
value = targetNullValue;
}
obj.Text = value ?? global::System.String.Empty;
}
};
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 10.0.19041.1")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
private class SearchPage_obj3_Bindings :
global::Windows.UI.Xaml.IDataTemplateExtension,
global::Windows.UI.Xaml.Markup.IDataTemplateComponent,
global::Windows.UI.Xaml.Markup.IXamlBindScopeDiagnostics,
global::Windows.UI.Xaml.Markup.IComponentConnector,
ISearchPage_Bindings
{
private global::AutoCatCore.Model.Vehicle dataRoot;
private bool initialized = false;
private const int NOT_PHASED = (1 << 31);
private const int DATA_CHANGED = (1 << 30);
private bool removedDataContextHandler = false;
// Fields for each control that has bindings.
private global::System.WeakReference obj3;
// Static fields for each binding's enabled/disabled state
private static bool isobj3TextDisabled = false;
public SearchPage_obj3_Bindings()
{
}
public void Disable(int lineNumber, int columnNumber)
{
if (lineNumber == 17 && columnNumber == 24)
{
isobj3TextDisabled = true;
}
}
// IComponentConnector
public void Connect(int connectionId, global::System.Object target)
{
switch(connectionId)
{
case 3: // Pages\SearchPage.xaml line 17
this.obj3 = new global::System.WeakReference((global::Windows.UI.Xaml.Controls.TextBlock)target);
break;
default:
break;
}
}
public void DataContextChangedHandler(global::Windows.UI.Xaml.FrameworkElement sender, global::Windows.UI.Xaml.DataContextChangedEventArgs args)
{
if (this.SetDataRoot(args.NewValue))
{
this.Update();
}
}
// IDataTemplateExtension
public bool ProcessBinding(uint phase)
{
throw new global::System.NotImplementedException();
}
public int ProcessBindings(global::Windows.UI.Xaml.Controls.ContainerContentChangingEventArgs args)
{
int nextPhase = -1;
ProcessBindings(args.Item, args.ItemIndex, (int)args.Phase, out nextPhase);
return nextPhase;
}
public void ResetTemplate()
{
Recycle();
}
// IDataTemplateComponent
public void ProcessBindings(global::System.Object item, int itemIndex, int phase, out int nextPhase)
{
nextPhase = -1;
switch(phase)
{
case 0:
nextPhase = -1;
this.SetDataRoot(item);
if (!removedDataContextHandler)
{
removedDataContextHandler = true;
(this.obj3.Target as global::Windows.UI.Xaml.Controls.TextBlock).DataContextChanged -= this.DataContextChangedHandler;
}
this.initialized = true;
break;
}
this.Update_((global::AutoCatCore.Model.Vehicle) item, 1 << phase);
}
public void Recycle()
{
}
// ISearchPage_Bindings
public void Initialize()
{
if (!this.initialized)
{
this.Update();
}
}
public void Update()
{
this.Update_(this.dataRoot, NOT_PHASED);
this.initialized = true;
}
public void StopTracking()
{
}
public void DisconnectUnloadedObject(int connectionId)
{
throw new global::System.ArgumentException("No unloadable elements to disconnect.");
}
public bool SetDataRoot(global::System.Object newDataRoot)
{
if (newDataRoot != null)
{
this.dataRoot = (global::AutoCatCore.Model.Vehicle)newDataRoot;
return true;
}
return false;
}
// Update methods for each path node used in binding steps.
private void Update_(global::AutoCatCore.Model.Vehicle obj, int phase)
{
if (obj != null)
{
if ((phase & (NOT_PHASED | (1 << 0))) != 0)
{
this.Update_Brand(obj.Brand, phase);
}
}
}
private void Update_Brand(global::AutoCatCore.Model.VehicleBrand obj, int phase)
{
if (obj != null)
{
if ((phase & (NOT_PHASED | (1 << 0))) != 0)
{
this.Update_Brand_Name(obj.Name, phase);
}
}
}
private void Update_Brand_Name(global::AutoCatCore.Model.VehicleName obj, int phase)
{
if (obj != null)
{
if ((phase & (NOT_PHASED | (1 << 0))) != 0)
{
this.Update_Brand_Name_Original(obj.Original, phase);
}
}
}
private void Update_Brand_Name_Original(global::System.String obj, int phase)
{
if ((phase & ((1 << 0) | NOT_PHASED )) != 0)
{
// Pages\SearchPage.xaml line 17
if (!isobj3TextDisabled)
{
if ((this.obj3.Target as global::Windows.UI.Xaml.Controls.TextBlock) != null)
{
XamlBindingSetters.Set_Windows_UI_Xaml_Controls_TextBlock_Text((this.obj3.Target as global::Windows.UI.Xaml.Controls.TextBlock), obj, null);
}
}
}
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 10.0.19041.1")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
private class SearchPage_obj1_Bindings :
global::Windows.UI.Xaml.Markup.IDataTemplateComponent,
global::Windows.UI.Xaml.Markup.IXamlBindScopeDiagnostics,
global::Windows.UI.Xaml.Markup.IComponentConnector,
ISearchPage_Bindings
{
private global::AutoCat.Pages.SearchPage dataRoot;
private bool initialized = false;
private const int NOT_PHASED = (1 << 31);
private const int DATA_CHANGED = (1 << 30);
// Fields for each control that has bindings.
private global::Microsoft.Toolkit.Uwp.UI.Controls.MasterDetailsView obj4;
// Static fields for each binding's enabled/disabled state
private static bool isobj4ItemsSourceDisabled = false;
public SearchPage_obj1_Bindings()
{
}
public void Disable(int lineNumber, int columnNumber)
{
if (lineNumber == 21 && columnNumber == 82)
{
isobj4ItemsSourceDisabled = true;
}
}
// IComponentConnector
public void Connect(int connectionId, global::System.Object target)
{
switch(connectionId)
{
case 4: // Pages\SearchPage.xaml line 21
this.obj4 = (global::Microsoft.Toolkit.Uwp.UI.Controls.MasterDetailsView)target;
break;
default:
break;
}
}
// IDataTemplateComponent
public void ProcessBindings(global::System.Object item, int itemIndex, int phase, out int nextPhase)
{
nextPhase = -1;
}
public void Recycle()
{
return;
}
// ISearchPage_Bindings
public void Initialize()
{
if (!this.initialized)
{
this.Update();
}
}
public void Update()
{
this.Update_(this.dataRoot, NOT_PHASED);
this.initialized = true;
}
public void StopTracking()
{
}
public void DisconnectUnloadedObject(int connectionId)
{
throw new global::System.ArgumentException("No unloadable elements to disconnect.");
}
public bool SetDataRoot(global::System.Object newDataRoot)
{
if (newDataRoot != null)
{
this.dataRoot = (global::AutoCat.Pages.SearchPage)newDataRoot;
return true;
}
return false;
}
public void Loading(global::Windows.UI.Xaml.FrameworkElement src, object data)
{
this.Initialize();
}
// Update methods for each path node used in binding steps.
private void Update_(global::AutoCat.Pages.SearchPage obj, int phase)
{
if (obj != null)
{
if ((phase & (NOT_PHASED | (1 << 0))) != 0)
{
this.Update_viewModel(obj.viewModel, phase);
}
}
}
private void Update_viewModel(global::AutoCatCore.ViewModel.SearchViewModel obj, int phase)
{
if (obj != null)
{
if ((phase & (NOT_PHASED | (1 << 0))) != 0)
{
this.Update_viewModel_Vehicles(obj.Vehicles, phase);
}
}
}
private void Update_viewModel_Vehicles(global::System.Collections.ObjectModel.ObservableCollection<global::AutoCatCore.Model.Vehicle> obj, int phase)
{
if ((phase & ((1 << 0) | NOT_PHASED )) != 0)
{
// Pages\SearchPage.xaml line 21
if (!isobj4ItemsSourceDisabled)
{
XamlBindingSetters.Set_Windows_UI_Xaml_Controls_ItemsControl_ItemsSource(this.obj4, obj, null);
}
}
}
}
/// <summary>
/// Connect()
/// </summary>
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 10.0.19041.1")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void Connect(int connectionId, object target)
{
switch(connectionId)
{
case 4: // Pages\SearchPage.xaml line 21
{
this.MasterDetail = (global::Microsoft.Toolkit.Uwp.UI.Controls.MasterDetailsView)(target);
((global::Microsoft.Toolkit.Uwp.UI.Controls.MasterDetailsView)this.MasterDetail).Loaded += this.MasterDetail_Loaded;
}
break;
default:
break;
}
this._contentLoaded = true;
}
/// <summary>
/// GetBindingConnector(int connectionId, object target)
/// </summary>
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 10.0.19041.1")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public global::Windows.UI.Xaml.Markup.IComponentConnector GetBindingConnector(int connectionId, object target)
{
global::Windows.UI.Xaml.Markup.IComponentConnector returnValue = null;
switch(connectionId)
{
case 1: // Pages\SearchPage.xaml line 1
{
global::Windows.UI.Xaml.Controls.Page element1 = (global::Windows.UI.Xaml.Controls.Page)target;
SearchPage_obj1_Bindings bindings = new SearchPage_obj1_Bindings();
returnValue = bindings;
bindings.SetDataRoot(this);
this.Bindings = bindings;
element1.Loading += bindings.Loading;
global::Windows.UI.Xaml.Markup.XamlBindingHelper.SetDataTemplateComponent(element1, bindings);
}
break;
case 3: // Pages\SearchPage.xaml line 17
{
global::Windows.UI.Xaml.Controls.TextBlock element3 = (global::Windows.UI.Xaml.Controls.TextBlock)target;
SearchPage_obj3_Bindings bindings = new SearchPage_obj3_Bindings();
returnValue = bindings;
bindings.SetDataRoot(element3.DataContext);
element3.DataContextChanged += bindings.DataContextChangedHandler;
global::Windows.UI.Xaml.DataTemplate.SetExtensionInstance(element3, bindings);
global::Windows.UI.Xaml.Markup.XamlBindingHelper.SetDataTemplateComponent(element3, bindings);
}
break;
}
return returnValue;
}
}
}