C# Class ModelBuilder.UnitTests.TypeCreatorBaseTests.TypeCreatorWrapper

Inheritance: TypeCreatorBase
Afficher le fichier Open project: roryprimrose/ModelBuilder

Méthodes publiques

Méthode Description
CanCreate ( Type type, string referenceName, LinkedList buildChain ) : bool
CanPopulate ( Type type, string referenceName, LinkedList buildChain ) : bool

Méthodes protégées

Méthode Description
CreateInstance ( Type type, string referenceName, LinkedList buildChain ) : object
PopulateInstance ( object instance, IExecuteStrategy executeStrategy ) : object

Method Details

CanCreate() public méthode

public CanCreate ( Type type, string referenceName, LinkedList buildChain ) : bool
type System.Type
referenceName string
buildChain LinkedList
Résultat bool

CanPopulate() public méthode

public CanPopulate ( Type type, string referenceName, LinkedList buildChain ) : bool
type System.Type
referenceName string
buildChain LinkedList
Résultat bool

CreateInstance() protected méthode

protected CreateInstance ( Type type, string referenceName, LinkedList buildChain ) : object
type System.Type
referenceName string
buildChain LinkedList
Résultat object

PopulateInstance() protected méthode

protected PopulateInstance ( object instance, IExecuteStrategy executeStrategy ) : object
instance object
executeStrategy IExecuteStrategy
Résultat object