Skip to content

IListBehavior interface

namespace: Serenity.Services   assemblySerenity.Net.Services

Marker interface for list behaviors that can be used as a mixin within a ListRequestHandler lifecycle.

public interface IListBehavior

Remarks

All list behaviors should implement either IListBehaviorSync or IListBehaviorAsync, not this interface directly.

See Also