C# Class ModelBuilder.UnitTests.DummyTypeCreator

Inheritance: TypeCreatorBase
Afficher le fichier Open project: roryprimrose/ModelBuilder Class Usage Examples

Méthodes publiques

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

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

VerifyCreateRequestWithNullType() public méthode

public VerifyCreateRequestWithNullType ( ) : void
Résultat void

VerifyPopulateRequestWithNullType() public méthode

public VerifyPopulateRequestWithNullType ( ) : void
Résultat void