Click or drag to resize

AggregateServiceGenerator Class

Generate aggregate service instances from interface types.
Inheritance Hierarchy
SystemObject
  Autofac.Extras.AggregateServiceAggregateServiceGenerator

Namespace:  Autofac.Extras.AggregateService
Assembly:  Autofac.Extras.AggregateService (in Autofac.Extras.AggregateService.dll) Version: 6.0.0+9a0ae3a0a675c94a74f543addfa4c99a731e7032
Syntax
public static class AggregateServiceGenerator
Methods
  NameDescription
Public methodStatic memberCreateInstance(Type, IComponentContext)
Generate an aggregate service instance that will resolve its types from context.
Public methodStatic memberCreateInstanceTAggregateServiceInterface(IComponentContext)
Generate an aggregate service instance that will resolve its types from context.
Top
See Also