IListMapFieldExpressionBehavior interface

namespace: Serenity.Services   assemblySerenity.Net.Services

An extension for list behaviors that can map fields to custom expressions within a ListRequestHandler lifecycle. Note that the first behavior that returns a non-null value will be used.

public interface IListMapFieldExpressionBehavior

Members

name description
MapFieldExpression(…) Maps field's expression to a custom one. Returns null if not mapped to a custom expression.

See Also