C# 클래스 Spring.Objects.Factory.Xml.SingleSimpleTypeConstructorObject

Simple object used to test object creation via constuctors with simple types.
파일 보기 프로젝트 열기: spring-projects/spring-net

공개 메소드들

메소드 설명
SingleSimpleTypeConstructorObject ( bool singleBoolean )

Create an instance using the singleBoolean

SingleSimpleTypeConstructorObject ( string testString, bool secondBoolean )

Create an instance using the second boolean and a string

메소드 상세

SingleSimpleTypeConstructorObject() 공개 메소드

Create an instance using the singleBoolean
public SingleSimpleTypeConstructorObject ( bool singleBoolean )
singleBoolean bool true or false

SingleSimpleTypeConstructorObject() 공개 메소드

Create an instance using the second boolean and a string
public SingleSimpleTypeConstructorObject ( string testString, bool secondBoolean )
testString string test value
secondBoolean bool true or false