C# Class ModelBuilder.AddressValueGenerator

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

Méthodes publiques

Méthode Description
AddressValueGenerator ( ) : System

Initializes a new instance of the AddressValueGenerator class.

Méthodes protégées

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

Method Details

AddressValueGenerator() public méthode

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

GenerateValue() protected méthode

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