RgfBlazorConfigurationRegisterEntityComponentTComponent Method

Definition

Namespace: Recrovit.RecroGridFramework.Client.Blazor
Assembly: Recrovit.RecroGridFramework.Client.Blazor (in Recrovit.RecroGridFramework.Client.Blazor.dll) Version: 8.3.0.10221
C#
public static void RegisterEntityComponent<TComponent>(
	string entityName
)
where TComponent : ComponentBase

Parameters

entityName  String
 

Type Parameters

TComponent

See Also