C# Class Spring.Data.TestObjectManager

Group together multiple ITestObjectDao operations.
Inheritance: ITestObjectManager
显示文件 Open project: spring-projects/spring-net

Public Methods

Method Description
DeleteAllTestObjects ( ) : void
TestObjectManager ( ) : System.Collections

Initializes a new instance of the TestObjectManager class.

Private Methods

Method Description
DeleteTwoTestObjects ( string name1, string name2 ) : void
SaveTwoTestObjects ( Spring.Objects.TestObject to1, Spring.Objects.TestObject to2 ) : void

Method Details

DeleteAllTestObjects() public method

public DeleteAllTestObjects ( ) : void
return void

TestObjectManager() public method

Initializes a new instance of the TestObjectManager class.
public TestObjectManager ( ) : System.Collections
return System.Collections