IListRequestProcessor interface

namespace: Serenity.Services   assemblySerenity.Net.Services

Abstraction for list request handlers with a Process method.

public interface IListRequestProcessor : IListRequestHandler

Members

name description
Process(…) Processes the ListRequest and returns a ListResponse

See Also