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 SourceBuild(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. |