Show / Hide Table of Contents

    Interface IEventReceiverBuilderFactory

    Defines a method for creating a instance.

    Namespace: Copper.Conventions.Method.Common.V1.Interface
    Assembly: Copper.Conventions.Method.Common.dll
    Syntax
    public interface IEventReceiverBuilderFactory

    Methods

    View Source

    Create(String, Type)

    Creates a instance.

    Declaration
    EventReceiverBuilder Create(string handlerName, Type contractType)
    Parameters
    Type Name Description
    System.String handlerName
    System.Type contractType
    Returns
    Type Description
    EventReceiverBuilder

    The instance.

    • View Source
    Back to top Generated by DocFX