Show / Hide Table of Contents

    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 Source

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

    View Source

    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.

    • View Source
    Back to top Generated by DocFX