C# Class ModelBuilder.ValueGeneratorMatcher

The ValueGeneratorMatcher class is used to provide the common logic for evaluating whether a generator matches a target to generate for.
Inheritance: ValueGeneratorBase
Afficher le fichier Open project: roryprimrose/ModelBuilder

Méthodes publiques

Méthode Description
IsSupported ( Type type, string referenceName, LinkedList buildChain ) : bool

Méthodes protégées

Méthode Description
ValueGeneratorMatcher ( ) : System

Initializes a new instance of the ValueGeneratorMatcher class.

ValueGeneratorMatcher ( Regex expression ) : System

Initializes a new instance of the ValueGeneratorMatcher class.

ValueGeneratorMatcher ( string referenceName ) : System

Initializes a new instance of the ValueGeneratorMatcher class.

Method Details

IsSupported() public méthode

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

ValueGeneratorMatcher() protected méthode

Initializes a new instance of the ValueGeneratorMatcher class.
The parameter is null.
protected ValueGeneratorMatcher ( ) : System
Résultat System

ValueGeneratorMatcher() protected méthode

Initializes a new instance of the ValueGeneratorMatcher class.
The parameter is null.
protected ValueGeneratorMatcher ( Regex expression ) : System
expression System.Text.RegularExpressions.Regex Identifies the possible parameter or property name regular expression the generator can match.
Résultat System

ValueGeneratorMatcher() protected méthode

Initializes a new instance of the ValueGeneratorMatcher class.
The parameter is null.
protected ValueGeneratorMatcher ( string referenceName ) : System
referenceName string Identifies the possible parameter or property name the generator can match.
Résultat System