C# Класс CastleTests.Facilities.FactorySupport.FactorySupportTestCase.Factory

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

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

Метод Описание
CreateCoolService ( string someProperty ) : MyCoolServiceWithProperties
CreateWithHashtable ( ) : HashTableDependentComponent
CreateWithService ( ) : ServiceDependentComponent
CreateWithStringDictionary ( ) : StringDictionaryDependentComponent

Описание методов

CreateCoolService() публичный статический Метод

public static CreateCoolService ( string someProperty ) : MyCoolServiceWithProperties
someProperty string
Результат MyCoolServiceWithProperties

CreateWithHashtable() публичный статический Метод

public static CreateWithHashtable ( ) : HashTableDependentComponent
Результат HashTableDependentComponent

CreateWithService() публичный статический Метод

public static CreateWithService ( ) : ServiceDependentComponent
Результат ServiceDependentComponent

CreateWithStringDictionary() публичный статический Метод

public static CreateWithStringDictionary ( ) : StringDictionaryDependentComponent
Результат StringDictionaryDependentComponent