C# 클래스 ModelBuilder.AgeValueGenerator

The AgeValueGenerator class is used to generate numbers that should represent a persons age.
상속: NumericValueGenerator
파일 보기 프로젝트 열기: roryprimrose/ModelBuilder

공개 메소드들

메소드 설명
IsSupported ( Type type, string referenceName, LinkedList buildChain ) : bool

보호된 메소드들

메소드 설명
GetMaximum ( Type type, string referenceName, object context ) : object
GetMinimum ( Type type, string referenceName, object context ) : object

메소드 상세

GetMaximum() 보호된 메소드

protected GetMaximum ( Type type, string referenceName, object context ) : object
type System.Type
referenceName string
context object
리턴 object

GetMinimum() 보호된 메소드

protected GetMinimum ( Type type, string referenceName, object context ) : object
type System.Type
referenceName string
context object
리턴 object

IsSupported() 공개 메소드

public IsSupported ( Type type, string referenceName, LinkedList buildChain ) : bool
type System.Type
referenceName string
buildChain LinkedList
리턴 bool