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

Result storage class for IMultiBuilder type to IMultiBuildParameters relations.
파일 보기 프로젝트 열기: Jedzia/NStub 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BuilderType System.Type
Parameters IMultiBuildParameters

공개 메소드들

메소드 설명
ToString ( ) : string

Returns a System.String that represents this instance.

메소드 상세

ToString() 공개 메소드

Returns a System.String that represents this instance.
public ToString ( ) : string
리턴 string

프로퍼티 상세

BuilderType 공개적으로 프로퍼티

The exact type of the IMultiBuilder.
public Type,System BuilderType
리턴 System.Type

Parameters 공개적으로 프로퍼티

Available user data for the BuilderType.
public IMultiBuildParameters Parameters
리턴 IMultiBuildParameters