Class EngineBuilder
Provides the builder class for a ServiceHost<TServiceHostBuilder> for an Engine.
Inheritance
System.Object
EngineBuilder
Namespace: Copper.Conventions.Method.Service.V1
Assembly: Copper.Conventions.Method.Service.dll
Syntax
public sealed class EngineBuilder : EngineBuilder<EngineBuilder, AccessProxyBuilder>
Properties
View SourceAccessProxyComponentConfiguration
Gets the access proxy component configuration.
Declaration
protected override ChildComponentConfiguration<AccessProxyBuilder> AccessProxyComponentConfiguration { get; }
Property Value
Type | Description |
---|---|
ChildComponentConfiguration<AccessProxyBuilder> | The access proxy component configuration. |
Overrides
Copper.Conventions.Method.Service.V1.EngineBuilder<Copper.Conventions.Method.Service.V1.EngineBuilder, Copper.Conventions.Method.Service.V1.AccessProxyBuilder>.AccessProxyComponentConfiguration
Methods
View SourceFor<TImplementation>()
Creates an EngineBuilder instance.
Declaration
public static EngineBuilder For<TImplementation>()
where TImplementation : class
Returns
Type | Description |
---|---|
EngineBuilder | The EngineBuilder instance. |
Type Parameters
Name | Description |
---|---|
TImplementation | The implementation type. |