Class EngineProxyBuilder<TEngineProxyBuilder>
Provides the abstract builder class for an IEngineProxy.
Inheritance
System.Object
EngineProxyBuilder<TEngineProxyBuilder>
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 SourceEngineProxyBuilder()
Creates a EngineProxyBuilder instance.
Declaration
protected EngineProxyBuilder()
Methods
View SourceConfigureServiceProxyComponentConfiguration(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 |