DefaultHandlerFactoryExtensions.CreateHandler<THandler> method

namespace: Serenity.Services   assemblySerenity.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