C# Класс ModelBuilder.ValueGeneratorMatcher

The ValueGeneratorMatcher class is used to provide the common logic for evaluating whether a generator matches a target to generate for.
Наследование: ValueGeneratorBase
Показать файл Открыть проект

Открытые методы

Метод Описание
IsSupported ( Type type, string referenceName, LinkedList buildChain ) : bool

Защищенные методы

Метод Описание
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.

Описание методов

IsSupported() публичный Метод

The parameter is null.
public IsSupported ( Type type, string referenceName, LinkedList buildChain ) : bool
type System.Type
referenceName string
buildChain LinkedList
Результат bool

ValueGeneratorMatcher() защищенный Метод

Initializes a new instance of the ValueGeneratorMatcher class.
The parameter is null.
protected ValueGeneratorMatcher ( ) : System
Результат System

ValueGeneratorMatcher() защищенный Метод

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.
Результат System

ValueGeneratorMatcher() защищенный Метод

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.
Результат System