Class StorageServiceRepository
Inheritance
StorageServiceRepository
Assembly: LemonEdge.API.dll
Syntax
public class StorageServiceRepository : IStorageServiceRepository
Constructors
StorageServiceRepository(IReflectionHelper, IDomainContextEventHandler)
Declaration
public StorageServiceRepository(IReflectionHelper reflectionHelper, IDomainContextEventHandler domainContextEventHandler)
Parameters
Properties
StorageTypes
A collection of all storage types registered with the system
Declaration
public Dictionary<string, Type> StorageTypes { get; }
Property Value
Implements
Extension Methods