Show / Hide Table of Contents

    Class ServiceInstanceProxyFactoryBuilder<TServiceInstanceProxyFactoryBuilder>

    Provides the abstract builder class for a ServiceInstanceProxyFactoryBuilder.

    Inheritance
    System.Object
    ComponentBuilder
    ComponentBuilder<ServiceInstanceProxyFactory, TServiceInstanceProxyFactoryBuilder>
    ServiceInstanceProxyFactoryBuilder<TServiceInstanceProxyFactoryBuilder>
    ServiceInstanceProxyFactoryBuilder
    ServiceInstanceProxyFactoryBuilder
    ServiceInstanceProxyFactoryBuilder
    ServiceInstanceProxyFactoryBuilder
    ServiceInstanceProxyFactoryBuilder
    Implements
    System.IDisposable
    Namespace: Copper.Service
    Assembly: Copper.Service.dll
    Syntax
    public abstract class ServiceInstanceProxyFactoryBuilder<TServiceInstanceProxyFactoryBuilder> : ComponentBuilder<ServiceInstanceProxyFactory, TServiceInstanceProxyFactoryBuilder>, IDisposable where TServiceInstanceProxyFactoryBuilder : ServiceInstanceProxyFactoryBuilder<TServiceInstanceProxyFactoryBuilder>
    Type Parameters
    Name Description
    TServiceInstanceProxyFactoryBuilder

    Constructors

    View Source

    ServiceInstanceProxyFactoryBuilder()

    Initializes a new instance of the ServiceInstanceProxyFactoryBuilder class.

    Declaration
    protected ServiceInstanceProxyFactoryBuilder()

    Implements

    System.IDisposable
    • View Source
    Back to top Generated by DocFX