IUndeleteBehavior interface
namespace: Serenity.Services assembly: Serenity.Net.Services
Marker interface for undelete behaviors that can be used as a mixin within a UndeleteRequestHandler lifecycle.
public interface IUndeleteBehavior
Remarks
All undelete behaviors should implement either IUndeleteBehaviorSync or IUndeleteBehaviorAsync, not this interface directly.
See Also
- Source: IUndeleteBehavior.cs