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

Inheritance: IInstantiator
Afficher le fichier Open project: BosphorusTeam/bosphorus.dao

Méthodes publiques

Méthode Description
CompositeInstantiator ( IList instantiatorList ) : System
Create ( Type type ) : object
IsApplicable ( Type type ) : bool

Method Details

CompositeInstantiator() public méthode

public CompositeInstantiator ( IList instantiatorList ) : System
instantiatorList IList
Résultat System

Create() public méthode

public Create ( Type type ) : object
type System.Type
Résultat object

IsApplicable() public méthode

public IsApplicable ( Type type ) : bool
type System.Type
Résultat bool