Search Results for

    Show / Hide Table of Contents

    Class DirectStorageManager

    Retrieves storage types directly from the IStorageServiceFactory

    This class is intended to be used with clients directly connected to a database or for service applications

    Inheritance
    object
    DirectStorageManager
    Implements
    IStorageManager
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: LemonEdge.API.Core.Storage
    Assembly: LemonEdge.API.dll
    Syntax
    public class DirectStorageManager : IStorageManager

    Constructors

    DirectStorageManager(IStorageServiceFactory)

    Declaration
    public DirectStorageManager(IStorageServiceFactory storageServiceFactory)
    Parameters
    Type Name Description
    IStorageServiceFactory storageServiceFactory

    Methods

    GetValidStorageTypes()

    Retrieves all valid, configured storage types (Local, AWS, Azure, etc.)

    Declaration
    public Task<IEnumerable<string>> GetValidStorageTypes()
    Returns
    Type Description
    Task<IEnumerable<string>>

    Implements

    IStorageManager

    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.