StoreBase
Namespace: Proffer.Storage
Abstract base typed store.
public abstract class StoreBase
Inheritance Object → StoreBase
Properties
Store
Gets the store.
public IStore Store { get; }
Property Value
Constructors
StoreBase(String, IStorageFactory)
Initializes a new instance of the StoreBase class.
public StoreBase(string storeName, IStorageFactory storageFactory)
Parameters
storeName
String
The name of the store.
storageFactory
IStorageFactory
The storage factory.