C# Class Castle.Facilities.TypedFactory.FactoryEntry

Show file Open project: castleproject/Windsor Class Usage Examples

Public Methods

Method Description
FactoryEntry ( String id, Type factoryInterface, String creationMethod, String destructionMethod ) : System

Method Details

FactoryEntry() public method

public FactoryEntry ( String id, Type factoryInterface, String creationMethod, String destructionMethod ) : System
id String
factoryInterface System.Type
creationMethod String
destructionMethod String
return System