IDefaultHandlerFactory.CreateHandler method

namespace: Serenity.Services   assemblySerenity.Net.Services

Creates a new instance of a default request handler for the specified row type and the handler interface

public object CreateHandler(Type rowType, Type handlerInterface)
parameter description
rowType
handlerInterface

See Also