C# Class ModelBuilder.TimeZoneValueGenerator

The TimeZoneValueGenerator class is used to generate IANA time zone values.
Inheritance: ValueGeneratorMatcher
Datei anzeigen Open project: roryprimrose/ModelBuilder

Public Methods

Method Description
TimeZoneValueGenerator ( ) : System

Initializes a new instance of the TimeZoneValueGenerator class.

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

TimeZoneValueGenerator() public method

Initializes a new instance of the TimeZoneValueGenerator class.
public TimeZoneValueGenerator ( ) : System
return System