StoreBase

Namespace: Proffer.Storage

Abstract base typed store.

public abstract class StoreBase

Inheritance ObjectStoreBase

Properties

Store

Gets the store.

public IStore Store { get; }

Property Value

IStore

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.