DefaultBehaviorFactory class
namespace: Serenity.Services assembly: Serenity.Net.Services
Default IBehaviorFactory implementation.
public class DefaultBehaviorFactory : IBehaviorFactory
| parameter | description |
|---|---|
| provider | Service provider which will be used to resolve the services that behavior classes might require |
Public Members
| name | description |
|---|---|
| DefaultBehaviorFactory(…) | Default IBehaviorFactory implementation. |
| CreateInstance(…) |
Exceptions
| exception | condition |
|---|---|
| ArgumentNullException | provider is null. |
Remarks
Initializes a new instance of the class.
See Also
- interface IBehaviorFactory
- Source: DefaultBehaviorFactory.cs