Show / Hide Table of Contents

    Class EngineProxyBuilder<TEngineProxyBuilder>

    Provides the abstract builder class for an IEngineProxy.

    Inheritance
    System.Object
    EngineProxyBuilder<TEngineProxyBuilder>
    EngineProxyBuilder
    EngineProxyBuilder
    EngineProxyBuilder
    EngineProxyBuilder
    Copper.Conventions.Method.Testing.Harness.V1.TestHarnessEngineProxyBuilder
    Copper.Conventions.Method.Testing.Harness.V1.TestHarnessEngineProxyBuilder
    Copper.Conventions.Method.Testing.Harness.V1.TestHarnessEngineProxyBuilder
    Namespace: Copper.Conventions.Method.Service.V1
    Assembly: Copper.Conventions.Method.Service.dll
    Syntax
    public abstract class EngineProxyBuilder<TEngineProxyBuilder> : ComponentBuilder<IEngineProxy, TEngineProxyBuilder> where TEngineProxyBuilder : EngineProxyBuilder<TEngineProxyBuilder>
    Type Parameters
    Name Description
    TEngineProxyBuilder

    The Engine proxy builder type.

    Constructors

    View Source

    EngineProxyBuilder()

    Creates a EngineProxyBuilder instance.

    Declaration
    protected EngineProxyBuilder()

    Methods

    View Source

    ConfigureServiceProxyComponentConfiguration(Action<ChildComponentConfiguration<ServiceProxyBuilder>>)

    Configures Engine proxy's service proxy component configuration.

    Declaration
    public TEngineProxyBuilder ConfigureServiceProxyComponentConfiguration(Action<ChildComponentConfiguration<ServiceProxyBuilder>> configureDelegate)
    Parameters
    Type Name Description
    System.Action<ChildComponentConfiguration<ServiceProxyBuilder>> configureDelegate

    The delegate for configuring the .

    Returns
    Type Description
    TEngineProxyBuilder
    • View Source
    Back to top Generated by DocFX