Class ManagerProxyBuilder<TManagerProxyBuilder>
Provides the abstract builder class for an IManagerProxy.
Inheritance
System.Object
ManagerProxyBuilder<TManagerProxyBuilder>
Namespace: Copper.Conventions.Method.Client.V1
Assembly: Copper.Conventions.Method.Client.dll
Syntax
public abstract class ManagerProxyBuilder<TManagerProxyBuilder> : ComponentBuilder<IManagerProxy, TManagerProxyBuilder> where TManagerProxyBuilder : ManagerProxyBuilder<TManagerProxyBuilder>
Type Parameters
Name | Description |
---|---|
TManagerProxyBuilder | The manager proxy builder type. |
Constructors
View SourceManagerProxyBuilder()
Initializes a new instance of the ManagerProxyBuilder<TManagerProxyBuilder> class.
Declaration
protected ManagerProxyBuilder()
Methods
View SourceConfigureServiceProxyComponentConfiguration(Action<ChildComponentConfiguration<ServiceProxyBuilder>>)
Configures Manager proxy's service proxy configuration.
Declaration
public TManagerProxyBuilder ConfigureServiceProxyComponentConfiguration(Action<ChildComponentConfiguration<ServiceProxyBuilder>> configureDelegate)
Parameters
Type | Name | Description |
---|---|---|
System.Action<ChildComponentConfiguration<ServiceProxyBuilder>> | configureDelegate | The delegate for configuring the |
Returns
Type | Description |
---|---|
TManagerProxyBuilder |