Skip to content

IDeleteBehavior interface

namespace: Serenity.Services   assemblySerenity.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