C# 클래스 Revenj.Extensibility.Autofac.Features.OpenGenerics.OpenGenericDecoratorActivatorData

Describes the activator for an open generic decorator.
상속: Revenj.Extensibility.Autofac.Builder.ReflectionActivatorData
파일 보기 프로젝트 열기: ngs-doo/revenj 1 사용 예제들

공개 메소드들

메소드 설명
OpenGenericDecoratorActivatorData ( Type implementor, IServiceWithType fromService ) : System

Construct an OpenGenericDecoratorActivatorData.

메소드 상세

OpenGenericDecoratorActivatorData() 공개 메소드

Construct an OpenGenericDecoratorActivatorData.
public OpenGenericDecoratorActivatorData ( Type implementor, IServiceWithType fromService ) : System
implementor System.Type The decorator type.
fromService IServiceWithType The open generic service type to decorate.
리턴 System