C# 클래스 Revenj.Extensibility.Autofac.Features.ResolveAnything.AnyConcreteTypeNotAlreadyRegisteredSource

Provides registrations on-the-fly for any concrete type not already registered with the container.
상속: IRegistrationSource
파일 보기 프로젝트 열기: ngs-doo/revenj

공개 메소드들

메소드 설명
AnyConcreteTypeNotAlreadyRegisteredSource ( ) : System

Initializes a new instance of the AnyConcreteTypeNotAlreadyRegisteredSource class.

AnyConcreteTypeNotAlreadyRegisteredSource ( bool>.Func predicate ) : System

Initializes a new instance of the AnyConcreteTypeNotAlreadyRegisteredSource class.

RegistrationsFor ( Service service, Func registrationAccessor ) : IEnumerable

Retrieve registrations for an unregistered service, to be used by the container.

ToString ( ) : string

Returns a T:System.String that represents the current T:System.Object.

메소드 상세

AnyConcreteTypeNotAlreadyRegisteredSource() 공개 메소드

Initializes a new instance of the AnyConcreteTypeNotAlreadyRegisteredSource class.
public AnyConcreteTypeNotAlreadyRegisteredSource ( ) : System
리턴 System

AnyConcreteTypeNotAlreadyRegisteredSource() 공개 메소드

Initializes a new instance of the AnyConcreteTypeNotAlreadyRegisteredSource class.
public AnyConcreteTypeNotAlreadyRegisteredSource ( bool>.Func predicate ) : System
predicate bool>.Func A predicate that selects types the source will register.
리턴 System

RegistrationsFor() 공개 메소드

Retrieve registrations for an unregistered service, to be used by the container.
public RegistrationsFor ( Service service, Func registrationAccessor ) : IEnumerable
service Revenj.Extensibility.Autofac.Core.Service The service that was requested.
registrationAccessor Func A function that will return existing registrations for a service.
리턴 IEnumerable

ToString() 공개 메소드

Returns a T:System.String that represents the current T:System.Object.
public ToString ( ) : string
리턴 string