C# Class ModelBuilder.UnitTests.DummyValueGenerator

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

Public Methods

Method Description
IsSupported ( Type type, string referenceName, LinkedList buildChain ) : bool

Protected Methods

Method Description
GenerateValue ( Type type, string referenceName, LinkedList buildChain ) : object

Method Details

GenerateValue() protected method

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

IsSupported() public method

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