C# Class Catalogue.Data.DatabaseFactory

Mostra file Open project: jncc/topcat

Public Methods

Method Description
InMemory ( int port = 8888 ) : IDocumentStore
Production ( ) : IDocumentStore

Method Details

InMemory() public static method

public static InMemory ( int port = 8888 ) : IDocumentStore
port int
return IDocumentStore

Production() public static method

public static Production ( ) : IDocumentStore
return IDocumentStore