C# 클래스 ModelBuilder.UnitTests.DummyTypeCreator

상속: TypeCreatorBase
파일 보기 프로젝트 열기: roryprimrose/ModelBuilder 1 사용 예제들

공개 메소드들

메소드 설명
CanCreate ( Type type, string referenceName, LinkedList buildChain ) : bool
CanPopulate ( Type type, string referenceName, LinkedList buildChain ) : bool
VerifyCreateRequestWithNullType ( ) : void
VerifyPopulateRequestWithNullType ( ) : void

보호된 메소드들

메소드 설명
CreateInstance ( Type type, string referenceName, LinkedList buildChain ) : object
PopulateInstance ( object instance, IExecuteStrategy executeStrategy ) : object

메소드 상세

CanCreate() 공개 메소드

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

CanPopulate() 공개 메소드

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

CreateInstance() 보호된 메소드

protected CreateInstance ( Type type, string referenceName, LinkedList buildChain ) : object
type System.Type
referenceName string
buildChain LinkedList
리턴 object

PopulateInstance() 보호된 메소드

protected PopulateInstance ( object instance, IExecuteStrategy executeStrategy ) : object
instance object
executeStrategy IExecuteStrategy
리턴 object

VerifyCreateRequestWithNullType() 공개 메소드

public VerifyCreateRequestWithNullType ( ) : void
리턴 void

VerifyPopulateRequestWithNullType() 공개 메소드

public VerifyPopulateRequestWithNullType ( ) : void
리턴 void