C# 클래스 SampleLibrary.IOC.SampleClassWithMultipleConstructors

파일 보기 프로젝트 열기: philiplaureano/LinFu

공개 메소드들

메소드 설명
SampleClassWithMultipleConstructors ( )
SampleClassWithMultipleConstructors ( ISampleService service )
SampleClassWithMultipleConstructors ( ISampleService firstService, ISampleService secondService )
SampleClassWithMultipleConstructors ( ISampleService firstService, ISampleService secondService, ISampleGenericService otherService )
SampleClassWithMultipleConstructors ( ISampleService firstService, ISampleService secondService, ISampleGenericService otherService, ISampleGenericService someOtherService )

메소드 상세

SampleClassWithMultipleConstructors() 공개 메소드

SampleClassWithMultipleConstructors() 공개 메소드

public SampleClassWithMultipleConstructors ( ISampleService service )
service ISampleService

SampleClassWithMultipleConstructors() 공개 메소드

public SampleClassWithMultipleConstructors ( ISampleService firstService, ISampleService secondService )
firstService ISampleService
secondService ISampleService

SampleClassWithMultipleConstructors() 공개 메소드

public SampleClassWithMultipleConstructors ( ISampleService firstService, ISampleService secondService, ISampleGenericService otherService )
firstService ISampleService
secondService ISampleService
otherService ISampleGenericService

SampleClassWithMultipleConstructors() 공개 메소드

public SampleClassWithMultipleConstructors ( ISampleService firstService, ISampleService secondService, ISampleGenericService otherService, ISampleGenericService someOtherService )
firstService ISampleService
secondService ISampleService
otherService ISampleGenericService
someOtherService ISampleGenericService