RequestHandlerExtensions class

namespace: Serenity.Services   assemblySerenity.Net.Services

Contains extension methods to create request / response types for a request handler instance

public static class RequestHandlerExtensions

Public Members

name description
static CreateRequest(…) Creates a request object for the list handler instance (5 methods)
static CreateRequest<TRow>(…) Creates a request object for the save handler instance
static GetRequestType(…) Gets the request type for the handler instance
static GetResponseType(…) Gets the response type for the handler instance

See Also