C# Class ModelBuilder.UriValueGenerator

The UriValueGenerator class is used to generate random uri values.
Inheritance: ValueGeneratorBase
Datei anzeigen Open project: roryprimrose/ModelBuilder

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

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