C# Class ModelBuilder.UnitTests.IncrementingEnumerableTypeCreator

Inheritance: EnumerableTypeCreator
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

Protected Methods

Method Description
CreateChildItem ( Type type, IExecuteStrategy executeStrategy, object previousItem ) : 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

CreateChildItem() protected method

protected CreateChildItem ( Type type, IExecuteStrategy executeStrategy, object previousItem ) : object
type System.Type
executeStrategy IExecuteStrategy
previousItem object
return object