IBehaviorProvider interface

namespace: Serenity.Services   assemblySerenity.Net.Services

Interface abstraction for behavior provider which resolves list of behavior instances of a specified type, like ISaveBehavior etc.

public interface IBehaviorProvider

Members

name description
Resolve(…) Resolves a list of behavior instances targeted for a handler, row and behaivor type.

See Also