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

Afficher le fichier Open project: castleproject/Windsor

Méthodes publiques

Méthode Description
CreateCoolService ( string someProperty ) : MyCoolServiceWithProperties
CreateWithHashtable ( ) : HashTableDependentComponent
CreateWithService ( ) : ServiceDependentComponent
CreateWithStringDictionary ( ) : StringDictionaryDependentComponent

Method Details

CreateCoolService() public static méthode

public static CreateCoolService ( string someProperty ) : MyCoolServiceWithProperties
someProperty string
Résultat MyCoolServiceWithProperties

CreateWithHashtable() public static méthode

public static CreateWithHashtable ( ) : HashTableDependentComponent
Résultat HashTableDependentComponent

CreateWithService() public static méthode

public static CreateWithService ( ) : ServiceDependentComponent
Résultat ServiceDependentComponent

CreateWithStringDictionary() public static méthode

public static CreateWithStringDictionary ( ) : StringDictionaryDependentComponent
Résultat StringDictionaryDependentComponent