C# Класс Spring.Objects.Factory.Xml.SingleSimpleTypeConstructorObject

Simple object used to test object creation via constuctors with simple types.
Показать файл Открыть проект

Открытые методы

Метод Описание
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