C# Class CastleTests.Facilities.FactorySupport.FactorySupportTestCase.Factory

Show file Open project: castleproject/Windsor

Public Methods

Method Description
CreateCoolService ( string someProperty ) : MyCoolServiceWithProperties
CreateWithHashtable ( ) : HashTableDependentComponent
CreateWithService ( ) : ServiceDependentComponent
CreateWithStringDictionary ( ) : StringDictionaryDependentComponent

Method Details

CreateCoolService() public static method

public static CreateCoolService ( string someProperty ) : MyCoolServiceWithProperties
someProperty string
return MyCoolServiceWithProperties

CreateWithHashtable() public static method

public static CreateWithHashtable ( ) : HashTableDependentComponent
return HashTableDependentComponent

CreateWithService() public static method

public static CreateWithService ( ) : ServiceDependentComponent
return ServiceDependentComponent

CreateWithStringDictionary() public static method

public static CreateWithStringDictionary ( ) : StringDictionaryDependentComponent
return StringDictionaryDependentComponent