Class MethodServiceTypeNameBuilder
Provides the capability for building service type names.
Inheritance
System.Object
MethodServiceTypeNameBuilder
Namespace: Copper.Conventions.Method.Service.V1
Assembly: Copper.Conventions.Method.Service.dll
Syntax
public static class MethodServiceTypeNameBuilder
Methods
View SourceBuild(Type)
Builds a service type name.
Declaration
public static string Build(Type implementationType)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Type | implementationType | The implementation type. |
Returns
| Type | Description |
|---|---|
| System.String | The service type name. |
Build<TImplementation>()
Builds a service type name.
Declaration
public static string Build<TImplementation>()
Returns
| Type | Description |
|---|---|
| System.String | The service type name. |
Type Parameters
| Name | Description |
|---|---|
| TImplementation | The implementation type. |