예제 #1
0
 public static void CreateTablaGenerica_1 <T>(global::Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder, int seq, int __seq0, global::System.Collections.Generic.List <global::System.String[]> __arg0, int __seq1, global::System.Boolean __arg1, int __seq2, global::SurcosBlazor.Client.Shared.TablaGenerica <T> .ConsultarApi __arg2, int __seq3, global::System.Boolean __arg3, int __seq4, global::Microsoft.AspNetCore.Components.EventCallback <T> __arg4, int __seq5, global::Microsoft.AspNetCore.Components.RenderFragment __arg5, int __seq6, object __arg6, int __seq7, global::System.Action <global::SurcosBlazor.Client.Shared.TablaGenerica <T> > __arg7)
 {
     __builder.OpenComponent <global::SurcosBlazor.Client.Shared.TablaGenerica <T> >(seq);
     __builder.AddAttribute(__seq0, "elementosAmostrar", __arg0);
     __builder.AddAttribute(__seq1, "acciones", __arg1);
     __builder.AddAttribute(__seq2, "consultaApi", __arg2);
     __builder.AddAttribute(__seq3, "editar", __arg3);
     __builder.AddAttribute(__seq4, "selectTitem", __arg4);
     __builder.AddAttribute(__seq5, "modalContentEditar", __arg5);
     __builder.SetKey(__arg6);
     __builder.AddComponentReferenceCapture(__seq7, (__value) => { __arg7((global::SurcosBlazor.Client.Shared.TablaGenerica <T>)__value); });
     __builder.CloseComponent();
 }