C# Class Castle.Facilities.TypedFactory.FactoryEntry

Afficher le fichier Open project: castleproject/Windsor Class Usage Examples

Méthodes publiques

Méthode Description
FactoryEntry ( String id, Type factoryInterface, String creationMethod, String destructionMethod ) : System

Method Details

FactoryEntry() public méthode

public FactoryEntry ( String id, Type factoryInterface, String creationMethod, String destructionMethod ) : System
id String
factoryInterface System.Type
creationMethod String
destructionMethod String
Résultat System