DefaultHandlerFactoryExtensions.CreateHandler<THandler> method
namespace: Serenity.Services assembly: Serenity.Net.Services
Creates an instance of the default handler for the requested handler interface type.
public static THandler CreateHandler<THandler>(this IDefaultHandlerFactory handlerFactory,
Type rowType)
| parameter | description |
|---|---|
| THandler | Handler interface type |
| handlerFactory | Default handler factory |
| rowType | Row type |
See Also
- class THandler
- interface IDefaultHandlerFactory
- class DefaultHandlerFactoryExtensions