Show / Hide Table of Contents

    Class MethodConsumerKeyBuilder

    Provides the capability for building consumer keys.

    Inheritance
    System.Object
    MethodConsumerKeyBuilder
    Namespace: Copper.Conventions.Method.Testing.Harness.V1
    Assembly: Copper.Conventions.Method.Testing.Harness.dll
    Syntax
    public static class MethodConsumerKeyBuilder

    Methods

    View Source

    Build(String, Type)

    Builds a consumer key.

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

    The application Name.

    System.Type contractType

    The contract type.

    Returns
    Type Description
    System.String

    The consumer key.

    • View Source
    In This Article
    • Methods
      • Build(String, Type)
    Back to top Generated by DocFX