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