Search Results for

    Show / Hide Table of Contents

    Interface IStorageContext

    Contains service factories for interacting with different storage devices.

    Namespace: LemonEdge.API.Core.Storage
    Assembly: LemonEdge.API.dll
    Syntax
    public interface IStorageContext

    Properties

    DocumentStorageServiceFactory

    The IDocumentStorageServiceFactory for creating IDocumentStorageService to read/write documents to storage.

    Declaration
    IDocumentStorageServiceFactory DocumentStorageServiceFactory { get; }
    Property Value
    Type Description
    IDocumentStorageServiceFactory

    StorageServiceFactory

    The IStorageServiceFactory for creating a StorageManager from Application or User inputted configuration

    Declaration
    IStorageServiceFactory StorageServiceFactory { get; }
    Property Value
    Type Description
    IStorageServiceFactory

    Extension Methods

    LinqExtensions.AsArray<T>(T)
    LinqExtensions.ToArrayOfOne<T>(T)
    LinqExtensions.ToListOfOne<T>(T)
    MiscExtensions.SetIfNotEqual<T, TP>(T, Expression<Func<T, TP>>, TP)
    WeakReferenceExtensions.WeakReference(object)
    SQLExtensions.ToSQLValue(object, bool)
    ReflectionExtensions.ClearEventInvocations(object, string)
    StringExtensions.ToCSVFormatString(object, Type)
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.