IListBehavior interface
namespace: Serenity.Services assembly: Serenity.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
- Source: IListBehavior.cs