Interface IEventReceiverBuilderFactory
Defines a method for creating a
Namespace: Copper.Conventions.Method.Common.V1.Interface
Assembly: Copper.Conventions.Method.Common.dll
Syntax
public interface IEventReceiverBuilderFactory
Methods
View SourceCreate(String, Type)
Creates a
Declaration
EventReceiverBuilder Create(string handlerName, Type contractType)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | handlerName | |
| System.Type | contractType |
Returns
| Type | Description |
|---|---|
| EventReceiverBuilder | The |