C# 클래스 NuBot.Factory.Registrations.TypeRegistration

상속: ContainerRegistration
파일 보기 프로젝트 열기: nubot/nubot

공개 메소드들

메소드 설명
TypeRegistration ( Type registrationType, Lifetime lifetime ) : System
TypeRegistration ( Type registrationType, Type implementationType, Lifetime lifetime ) : System

메소드 상세

TypeRegistration() 공개 메소드

public TypeRegistration ( Type registrationType, Lifetime lifetime ) : System
registrationType System.Type
lifetime Lifetime
리턴 System

TypeRegistration() 공개 메소드

public TypeRegistration ( Type registrationType, Type implementationType, Lifetime lifetime ) : System
registrationType System.Type
implementationType System.Type
lifetime Lifetime
리턴 System