Skip to content

IWrappedBehavior interface

namespace: Serenity.Services   assemblySerenity.Net.Services

Interface for behaviors that wrap another behavior to adapt it between synchronous and asynchronous variants. Exposes the inner behavior so framework code can check whether it implements additional interfaces (e.g. ISaveExceptionBehavior).

public interface IWrappedBehavior

Members

name description
WrappedBehavior { get; } Gets the wrapped (inner) behavior.

See Also