IRetrieveBehavior interface
namespace: Serenity.Services assembly: Serenity.Net.Services
Marker interface for retrieve behaviors that can be used as a mixin within a RetrieveRequestHandler lifecycle.
public interface IRetrieveBehavior
Remarks
All retrieve behaviors should implement either IRetrieveBehaviorSync or IRetrieveBehaviorAsync, not this interface directly.
See Also
- Source: IRetrieveBehavior.cs