Skip to content

IUndeleteBehavior interface

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