Table of Contents

Interface IControlFactory<TControl>

Namespace
JJMasterData.Core.UI.Components
Assembly
JJMasterData.Core.dll

Factory class used to create Controls.

public interface IControlFactory<out TControl> where TControl : ControlBase

Type Parameters

TControl

Methods

Create()

TControl Create()

Returns

TControl