C# 클래스 NStub.CSharp.ObjectGeneration.BuildHandler

Checks if a registered IMemberBuilder can handle a IMemberBuildContext request.
상속: IBuildHandler
파일 보기 프로젝트 열기: Jedzia/NStub

공개 메소드들

메소드 설명
BuildHandler ( Type type, bool>.Func handler, Type parameterDataType ) : System

Initializes a new instance of the BuildHandler class.

CreateInstance ( IMemberBuildContext context ) : IMemberBuilder

Creates a new instance of the IMemberBuilder specified in the Type property with the specified context data.

비공개 메소드들

메소드 설명
CheckForAttributes ( Type builderType, Type parameterDataType ) : string

메소드 상세

BuildHandler() 공개 메소드

Initializes a new instance of the BuildHandler class.
public BuildHandler ( Type type, bool>.Func handler, Type parameterDataType ) : System
type System.Type The type of the worker.
handler bool>.Func The handler that can determine if the can /// accept an order.
parameterDataType System.Type Type of the associated parameter data.
리턴 System

CreateInstance() 공개 메소드

Creates a new instance of the IMemberBuilder specified in the Type property with the specified context data.
public CreateInstance ( IMemberBuildContext context ) : IMemberBuilder
context IMemberBuildContext The context of the current test object.
리턴 IMemberBuilder