IImplicitBehavior interface

namespace: Serenity.Services   assemblySerenity.Net.Services

An implicit behavior is a request handler behavior (save/list/retrieve/delete etc.) which can be implicitly activated for a row type without explicitly attached to that row type.

public interface IImplicitBehavior

Members

name description
ActivateFor(…) Returns true if this behavior should be used for the target row type.

See Also