MongoDBDataStoreBase ClassNFX Class Library

[This is preliminary documentation and is subject to change.]

Implements MongoDB store base functionality Connect string takes form of:
mongo{server="mongo://localhost:27017" db="myDB"}
Inheritance Hierarchy

OnlineSystem Object
  NFX DisposableObject
    NFX.ApplicationModel ApplicationComponent
      NFX.DataAccess.MongoDB MongoDBDataStoreBase
        NFX.DataAccess.MongoDB MongoDBDataStore
        NFX.DataAccess.MongoDB MongoDBLogMessageDataStore

Namespace: NFX.DataAccess.MongoDB
Assembly: NFX.MongoDB (in NFX.MongoDB.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public abstract class MongoDBDataStoreBase : ApplicationComponent, 
	IDataStoreImplementation, IDataStore, IApplicationComponent, IDisposable, IConfigurable, 
	IInstrumentable, IExternallyParameterized
See Also