C# 클래스 Catel.Test.IoC.TypeFactoryFacts.AdvancedDependencyInjectionTestClass

파일 보기 프로젝트 열기: Catel/Catel

공개 메소드들

메소드 설명
AdvancedDependencyInjectionTestClass ( int intValue, IMessageService messageService, INavigationService navigationService ) : System
AdvancedDependencyInjectionTestClass ( int intValue, IMessageService messageService, INavigationService navigationService, IDummyDependency dependency ) : System
AdvancedDependencyInjectionTestClass ( string stringValue, int intValue, long longValue, IMessageService messageService, INavigationService navigationService ) : System
AdvancedDependencyInjectionTestClass ( string stringValue, int intValue, long longValue, IMessageService messageService, INavigationService navigationService, IDummyDependency dependency ) : System

메소드 상세

AdvancedDependencyInjectionTestClass() 공개 메소드

public AdvancedDependencyInjectionTestClass ( int intValue, IMessageService messageService, INavigationService navigationService ) : System
intValue int
messageService IMessageService
navigationService INavigationService
리턴 System

AdvancedDependencyInjectionTestClass() 공개 메소드

public AdvancedDependencyInjectionTestClass ( int intValue, IMessageService messageService, INavigationService navigationService, IDummyDependency dependency ) : System
intValue int
messageService IMessageService
navigationService INavigationService
dependency IDummyDependency
리턴 System

AdvancedDependencyInjectionTestClass() 공개 메소드

public AdvancedDependencyInjectionTestClass ( string stringValue, int intValue, long longValue, IMessageService messageService, INavigationService navigationService ) : System
stringValue string
intValue int
longValue long
messageService IMessageService
navigationService INavigationService
리턴 System

AdvancedDependencyInjectionTestClass() 공개 메소드

public AdvancedDependencyInjectionTestClass ( string stringValue, int intValue, long longValue, IMessageService messageService, INavigationService navigationService, IDummyDependency dependency ) : System
stringValue string
intValue int
longValue long
messageService IMessageService
navigationService INavigationService
dependency IDummyDependency
리턴 System