ISaveBehavior interface
namespace: Serenity.Services assembly: Serenity.Net.Services
Marker interface for save behaviors that can be used as a mixin within a SaveRequestHandler lifecycle.
public interface ISaveBehavior
Remarks
All save behaviors should implement either ISaveBehaviorSync or ISaveBehaviorAsync, not this interface directly.
See Also
- Source: ISaveBehavior.cs