Class MethodServiceNameBuilder
Provides the capability for buildiung service names.
Inheritance
System.Object
MethodServiceNameBuilder
Namespace: Copper.Conventions.Method.Common.V1
Assembly: Copper.Conventions.Method.Common.dll
Syntax
public static class MethodServiceNameBuilder
Methods
View SourceBuild(Type)
Builds a service name.
Declaration
public static string Build(Type serviceType)
Parameters
Type | Name | Description |
---|---|---|
System.Type | serviceType | The service type. |
Returns
Type | Description |
---|---|
System.String | The service name. |
Build<TService>()
Builds a service name.
Declaration
public static string Build<TService>()
where TService : class
Returns
Type | Description |
---|---|
System.String | The service name. |
Type Parameters
Name | Description |
---|---|
TService | The service type. |