Show / Hide Table of Contents

    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 Source

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

    View Source

    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.

    • View Source
    Back to top Generated by DocFX