Show / Hide Table of Contents

    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 Source

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

    View Source

    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.

    • View Source
    Back to top Generated by DocFX