Skip to content

ISaveBehavior interface

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