IDeleteBehavior interface
namespace: Serenity.Services assembly: Serenity.Net.Services
Marker interface for delete behaviors that can be used as a mixin within a DeleteRequestHandler lifecycle.
public interface IDeleteBehavior
Remarks
All delete behaviors should implement either IDeleteBehaviorSync or IDeleteBehaviorAsync, not this interface directly.
See Also
- Source: IDeleteBehavior.cs