C# Class ModelBuilder.StateValueGenerator

The StateValueGenerator class is used to generate state addressing values.
Inheritance: ValueGeneratorMatcher
Afficher le fichier Open project: roryprimrose/ModelBuilder

Méthodes publiques

Méthode Description
StateValueGenerator ( ) : System

Initializes a new instance of the StateValueGenerator class.

Méthodes protégées

Méthode Description
GenerateValue ( Type type, string referenceName, LinkedList buildChain ) : object

Method Details

GenerateValue() protected méthode

protected GenerateValue ( Type type, string referenceName, LinkedList buildChain ) : object
type System.Type
referenceName string
buildChain LinkedList
Résultat object

StateValueGenerator() public méthode

Initializes a new instance of the StateValueGenerator class.
public StateValueGenerator ( ) : System
Résultat System