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