C# Класс SampleLibrary.IOC.SampleClassWithMultipleConstructors

Показать файл Открыть проект

Открытые методы

Метод Описание
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