MongoDBDataStore ClassNFX Class Library

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

Implements MongoDB general data store that supports CRUD operations. This class IS thread-safe load/save/delete operations
Inheritance Hierarchy

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

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

public class MongoDBDataStore : MongoDBDataStoreBase, 
	ICRUDDataStoreImplementation, ICRUDDataStore, ICRUDOperations, ICRUDTransactionOperations, IDataStoreImplementation, 
	IDataStore, IApplicationComponent, IDisposable, IConfigurable, IInstrumentable, 
	IExternallyParameterized
See Also