Show / Hide Table of Contents

    Class ManagerProxyBuilder<TManagerProxyBuilder>

    Provides the abstract builder class for an IManagerProxy.

    Inheritance
    System.Object
    ManagerProxyBuilder<TManagerProxyBuilder>
    ManagerProxyBuilder
    ManagerProxyBuilder
    ManagerProxyBuilder
    ManagerProxyBuilder
    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 Source

    ManagerProxyBuilder()

    Initializes a new instance of the ManagerProxyBuilder<TManagerProxyBuilder> class.

    Declaration
    protected ManagerProxyBuilder()

    Methods

    View Source

    ConfigureServiceProxyComponentConfiguration(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
    • View Source
    Back to top Generated by DocFX