C# Class SampleLibrary.IOC.SampleClassWithMultipleConstructors

ファイルを表示 Open project: philiplaureano/LinFu

Public Methods

Method Description
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 )

Method Details

SampleClassWithMultipleConstructors() public method

SampleClassWithMultipleConstructors() public method

public SampleClassWithMultipleConstructors ( ISampleService service )
service ISampleService

SampleClassWithMultipleConstructors() public method

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

SampleClassWithMultipleConstructors() public method

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

SampleClassWithMultipleConstructors() public method

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