C# Class Marten.Testing.TestingDocumentStore

Inheritance: DocumentStore
Mostrar archivo Open project: JasperFx/marten Class Usage Examples

Public Properties

Property Type Description
SchemaCount int

Public Methods

Method Description
Basic ( ) : IDocumentStore
DefaultSchema ( ) : IDocumentStore
Dispose ( ) : void
For ( Action configure ) : IDocumentStore

Private Methods

Method Description
TestingDocumentStore ( StoreOptions options ) : System

Method Details

Basic() public static method

public static Basic ( ) : IDocumentStore
return IDocumentStore

DefaultSchema() public static method

public static DefaultSchema ( ) : IDocumentStore
return IDocumentStore

Dispose() public method

public Dispose ( ) : void
return void

For() public static method

public static For ( Action configure ) : IDocumentStore
configure Action
return IDocumentStore

Property Details

SchemaCount public_oe static_oe property

public static int SchemaCount
return int