C# 클래스 Scrutor.ServiceDescriptorAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: khellang/Scrutor 1 사용 예제들

공개 메소드들

메소드 설명
GetServiceTypes ( Type fallbackType ) : IEnumerable
ServiceDescriptorAttribute ( ) : System
ServiceDescriptorAttribute ( Type serviceType ) : System
ServiceDescriptorAttribute ( Type serviceType, ServiceLifetime lifetime ) : System

메소드 상세

GetServiceTypes() 공개 메소드

public GetServiceTypes ( Type fallbackType ) : IEnumerable
fallbackType System.Type
리턴 IEnumerable

ServiceDescriptorAttribute() 공개 메소드

public ServiceDescriptorAttribute ( ) : System
리턴 System

ServiceDescriptorAttribute() 공개 메소드

public ServiceDescriptorAttribute ( Type serviceType ) : System
serviceType System.Type
리턴 System

ServiceDescriptorAttribute() 공개 메소드

public ServiceDescriptorAttribute ( Type serviceType, ServiceLifetime lifetime ) : System
serviceType System.Type
lifetime ServiceLifetime
리턴 System