|
#pragma checksum "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\Shared\PlainTable\Cell.razor" "{8829d00f-11b8-4213-878b-770e8597ac16}" "1be939cee2298d1f35cb2ed8fce5955c7772d209f9d50ec06f693d53828c9313"
// <auto-generated/>
#pragma warning disable 1591
namespace Wasm.Performance.TestApp.Shared.PlainTable
{
#line default
using global::System;
using global::System.Collections.Generic;
using global::System.Linq;
using global::System.Threading.Tasks;
using global::Microsoft.AspNetCore.Components;
#nullable restore
#line (1,2)-(1,23) "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\_Imports.razor"
using System.Net.Http
#nullable disable
;
#nullable restore
#line (2,2)-(2,47) "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\_Imports.razor"
using Microsoft.AspNetCore.Components.Routing
#nullable disable
;
#nullable restore
#line (3,2)-(3,45) "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\_Imports.razor"
using Microsoft.AspNetCore.Components.Forms
#nullable disable
;
#nullable restore
#line (4,2)-(4,43) "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\_Imports.razor"
using Microsoft.AspNetCore.Components.Web
#nullable disable
;
#nullable restore
#line (5,2)-(5,27) "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\_Imports.razor"
using Microsoft.JSInterop
#nullable disable
;
#nullable restore
#line (6,2)-(6,32) "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\_Imports.razor"
using Wasm.Performance.TestApp
#nullable disable
;
#nullable restore
#line (7,2)-(7,39) "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\_Imports.razor"
using Wasm.Performance.TestApp.Shared
#nullable disable
;
#nullable restore
#line (1,2)-(1,61) "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\Shared\PlainTable\Cell.razor"
using WeatherForecast = Pages.GridRendering.WeatherForecast
#nullable disable
;
#line default
#line hidden
#nullable restore
public partial class Cell : global::Microsoft.AspNetCore.Components.ComponentBase
#nullable disable
{
#pragma warning disable 1998
protected override void BuildRenderTree(global::Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder)
{
__builder.OpenElement(0, "td");
__builder.AddAttribute(1, "onclick", global::Microsoft.AspNetCore.Components.EventCallback.Factory.Create<global::Microsoft.AspNetCore.Components.Web.MouseEventArgs>(this,
#nullable restore
#line (3,17)-(3,40) "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\Shared\PlainTable\Cell.razor"
() => OnClick.Invoke(1)
#line default
#line hidden
#nullable disable
));
#nullable restore
#line (4,1)-(4,5) "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\Shared\PlainTable\Cell.razor"
#line default
#line hidden
#nullable disable
#nullable restore
#line (4,6)-(7,13) "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\Shared\PlainTable\Cell.razor"
switch (Field)
{
case "Date":
#line default
#line hidden
#nullable disable
#nullable restore
#line (7,14)-(7,43) 24 "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\Shared\PlainTable\Cell.razor"
__builder.AddContent(2, Item.Date.ToShortDateString()
#line default
#line hidden
#nullable disable
);
#nullable restore
#line (7,43)-(10,13) "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\Shared\PlainTable\Cell.razor"
break;
case "TemperatureC":
#line default
#line hidden
#nullable disable
#nullable restore
#line (10,14)-(10,31) 24 "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\Shared\PlainTable\Cell.razor"
__builder.AddContent(3, Item.TemperatureC
#line default
#line hidden
#nullable disable
);
#nullable restore
#line (10,31)-(13,13) "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\Shared\PlainTable\Cell.razor"
break;
case "TemperatureF":
#line default
#line hidden
#nullable disable
#nullable restore
#line (13,14)-(13,31) 24 "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\Shared\PlainTable\Cell.razor"
__builder.AddContent(4, Item.TemperatureF
#line default
#line hidden
#nullable disable
);
#nullable restore
#line (13,31)-(16,13) "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\Shared\PlainTable\Cell.razor"
break;
case "Summary":
#line default
#line hidden
#nullable disable
#nullable restore
#line (16,14)-(16,26) 24 "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\Shared\PlainTable\Cell.razor"
__builder.AddContent(5, Item.Summary
#line default
#line hidden
#nullable disable
);
#nullable restore
#line (16,26)-(19,1) "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\Shared\PlainTable\Cell.razor"
break;
}
#line default
#line hidden
#nullable disable
__builder.CloseElement();
}
#pragma warning restore 1998
#nullable restore
#line (21,8)-(30,1) "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\Shared\PlainTable\Cell.razor"
[Parameter]
public WeatherForecast Item { get; set; }
[Parameter]
public string Field { get; set; }
[Parameter]
public Func<int, Task> OnClick { get; set; }
#line default
#line hidden
#nullable disable
}
}
#pragma warning restore 1591
|