C# Class Spring.Objects.Factory.Xml.SingleSimpleTypeConstructorObject

Simple object used to test object creation via constuctors with simple types.
Exibir arquivo Open project: spring-projects/spring-net

Public Methods

Method Description
SingleSimpleTypeConstructorObject ( bool singleBoolean )

Create an instance using the singleBoolean

SingleSimpleTypeConstructorObject ( string testString, bool secondBoolean )

Create an instance using the second boolean and a string

Method Details

SingleSimpleTypeConstructorObject() public method

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

SingleSimpleTypeConstructorObject() public method

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