Class StorageContext
Inheritance
StorageContext
Assembly: LemonEdge.API.dll
Syntax
public class StorageContext : IStorageContext
Constructors
StorageContext(IStorageServiceFactory, IDocumentStorageServiceFactory)
Declaration
public StorageContext(IStorageServiceFactory storageServiceFactory, IDocumentStorageServiceFactory documentStorageServiceFactory)
Parameters
Properties
DocumentStorageServiceFactory
Declaration
public IDocumentStorageServiceFactory DocumentStorageServiceFactory { get; }
Property Value
StorageServiceFactory
Declaration
public IStorageServiceFactory StorageServiceFactory { get; }
Property Value
Implements
Extension Methods