ErlDataStore ClassNFX Class Library

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

Represents a CRUD data store that uses Erlang backend
Inheritance Hierarchy

OnlineSystem Object
  NFX DisposableObject
    NFX.ApplicationModel ApplicationComponent
      NFX.ServiceModel Service
        NFX.ServiceModel Service OnlineObject 
          NFX.ServiceModel ServiceWithInstrumentationBase OnlineObject 
            NFX.DataAccess.Erlang ErlDataStore

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

public class ErlDataStore : ServiceWithInstrumentationBase<Object>, 
	ICRUDDataStoreImplementation, ICRUDDataStore, ICRUDOperations, ICRUDTransactionOperations, ICRUDSubscriptionStoreImplementation, 
	ICRUDSubscriptionStore, IDataStoreImplementation, IDataStore, IApplicationComponent, IDisposable, 
	IConfigurable, IInstrumentable, IExternallyParameterized
See Also