C# Class SIL.FieldWorks.FDO.FDOTests.TemporaryDb4OServerFile

Creates a temporary db4o Server file
Inheritance: IDisposable
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ConnectADummyClient ( ) : DummyLocalConnectedClient

Connect a Dummy client to the running server file.

Dispose ( ) : void

Deletes the temporary db4o Server file

StartServer ( ) : void

Start the temporary Db4o server file

StopServer ( ) : void

Stop the temporary d4o server file

TemporaryDb4OServerFile ( Db4oServerInfo db4OServerInfo ) : System

Méthodes protégées

Méthode Description
Dispose ( bool fDisposing ) : void

Method Details

ConnectADummyClient() public méthode

Connect a Dummy client to the running server file.
public ConnectADummyClient ( ) : DummyLocalConnectedClient
Résultat DummyLocalConnectedClient

Dispose() public méthode

Deletes the temporary db4o Server file
public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool fDisposing ) : void
fDisposing bool
Résultat void

StartServer() public méthode

Start the temporary Db4o server file
public StartServer ( ) : void
Résultat void

StopServer() public méthode

Stop the temporary d4o server file
public StopServer ( ) : void
Résultat void

TemporaryDb4OServerFile() public méthode

public TemporaryDb4OServerFile ( Db4oServerInfo db4OServerInfo ) : System
db4OServerInfo FwRemoteDatabaseConnector.Db4oServerInfo
Résultat System