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
파일 보기 프로젝트 열기: roryprimrose/ModelBuilder

공개 메소드들

메소드 설명
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