Skip to content

ListRequestHandlerBase<TRow,TListRequest,TListResponse>.ProcessEntity method

namespace: Serenity.Services   assemblySerenity.Net.Services

Can be overridden in a derived class to make some changes in a returned entity just before it gets added to the Response.Entities list.

protected virtual TRow ProcessEntity(TRow row)
parameter description
row The row to process.

Return Value

The processed row, or null to skip adding it to the response.

See Also