Show / Hide Table of Contents

    Class MethodListenerNameBuilder

    Provides the capability for buildiung listener names.

    Inheritance
    System.Object
    MethodListenerNameBuilder
    Namespace: Copper.Conventions.Method.Common.V1
    Assembly: Copper.Conventions.Method.Common.dll
    Syntax
    public static class MethodListenerNameBuilder

    Methods

    View Source

    Build(Type)

    Builds a listener name.

    Declaration
    public static string Build(Type contractType)
    Parameters
    Type Name Description
    System.Type contractType

    The contract type.

    Returns
    Type Description
    System.String

    The listener name.

    View Source

    Build<TContract>()

    Builds a listener name.

    Declaration
    public static string Build<TContract>()
        where TContract : class
    Returns
    Type Description
    System.String

    The listener name.

    Type Parameters
    Name Description
    TContract

    The contract type.

    • View Source
    Back to top Generated by DocFX