C# Class SampleLibrary.IOC.SampleClassWithMultipleConstructors

Afficher le fichier Open project: philiplaureano/LinFu

Méthodes publiques

Méthode 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 méthode

SampleClassWithMultipleConstructors() public méthode

public SampleClassWithMultipleConstructors ( ISampleService service )
service ISampleService

SampleClassWithMultipleConstructors() public méthode

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

SampleClassWithMultipleConstructors() public méthode

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

SampleClassWithMultipleConstructors() public méthode

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