C# Class Bosphorus.Dao.Common.Instantiator.CompositeInstantiator

Inheritance: IInstantiator
Show file Open project: BosphorusTeam/bosphorus.dao

Public Methods

Method Description
CompositeInstantiator ( IList instantiatorList ) : System
Create ( Type type ) : object
IsApplicable ( Type type ) : bool

Method Details

CompositeInstantiator() public method

public CompositeInstantiator ( IList instantiatorList ) : System
instantiatorList IList
return System

Create() public method

public Create ( Type type ) : object
type System.Type
return object

IsApplicable() public method

public IsApplicable ( Type type ) : bool
type System.Type
return bool