DefaultBehaviorProvider constructor
namespace: Serenity.Services assembly: Serenity.Net.Services
Default implementation for IBehaviorProvider
public DefaultBehaviorProvider(IImplicitBehaviorRegistry implicitBehaviors,
IBehaviorFactory behaviorFactory)
| parameter | description |
|---|---|
| implicitBehaviors | Registry for implicit behaviors. |
| behaviorFactory | Behavior factory |
Exceptions
| exception | condition |
|---|---|
| ArgumentNullException |
Remarks
Creates an instance of the class.
See Also
- interface IImplicitBehaviorRegistry
- interface IBehaviorFactory
- class DefaultBehaviorProvider