Class ManagerEventReceiverBuilderFactory
Defines a method for creating a
Inheritance
System.Object
ManagerEventReceiverBuilderFactory
Namespace: Copper.Conventions.Method.Common.V1
Assembly: Copper.Conventions.Method.Common.dll
Syntax
public class ManagerEventReceiverBuilderFactory : IManagerEventReceiverBuilderFactory, IEventReceiverBuilderFactory
Constructors
View SourceManagerEventReceiverBuilderFactory(IConfiguration)
Initializes a new instance of the ManagerEventReceiverBuilderFactory class.
Declaration
public ManagerEventReceiverBuilderFactory(IConfiguration configuration)
Parameters
Type | Name | Description |
---|---|---|
IConfiguration | configuration | The configuration. |
Methods
View SourceCreate(String, Type)
Creates a
Declaration
public EventReceiverBuilder Create(string handlerName, Type contractType)
Parameters
Type | Name | Description |
---|---|---|
System.String | handlerName | |
System.Type | contractType |
Returns
Type | Description |
---|---|
EventReceiverBuilder | The |