C# Class ModelBuilder.UnitTests.DummyTypeCreator

Inheritance: TypeCreatorBase
Datei anzeigen Open project: roryprimrose/ModelBuilder Class Usage Examples

Public Methods

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

Protected Methods

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

Method Details

CanCreate() public method

public CanCreate ( Type type, string referenceName, LinkedList buildChain ) : bool
type System.Type
referenceName string
buildChain LinkedList
return bool

CanPopulate() public method

public CanPopulate ( Type type, string referenceName, LinkedList buildChain ) : bool
type System.Type
referenceName string
buildChain LinkedList
return bool

CreateInstance() protected method

protected CreateInstance ( Type type, string referenceName, LinkedList buildChain ) : object
type System.Type
referenceName string
buildChain LinkedList
return object

PopulateInstance() protected method

protected PopulateInstance ( object instance, IExecuteStrategy executeStrategy ) : object
instance object
executeStrategy IExecuteStrategy
return object

VerifyCreateRequestWithNullType() public method

public VerifyCreateRequestWithNullType ( ) : void
return void

VerifyPopulateRequestWithNullType() public method

public VerifyPopulateRequestWithNullType ( ) : void
return void