IDefaultHandlerFactory interface

namespace: Serenity.Services   assemblySerenity.Net.Services

Interface to get a new instace 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