IDefaultHandlerFactory interface
namespace: Serenity.Services assembly: Serenity.Net.Services
Interface to get a new instance of a default request handler, given its row type and the handler interface.
public interface IDefaultHandlerFactory
Members
| name | description |
|---|---|
| CreateHandler(…) | Creates a new instance of a default request handler for the specified row type and the handler interface. |
See Also
- Source: IDefaultHandlerFactory.cs