Search Results for

    Show / Hide Table of Contents

    Interface ICoreContext

    The base interface for holding common services demanded from the IServiceProvider

    Namespace: LemonEdge.API.Core.Context
    Assembly: LemonEdge.API.dll
    Syntax
    public interface ICoreContext

    Properties

    EntityDescriptorFactory

    IEntityDescriptorFactory

    Declaration
    IEntityDescriptorFactory EntityDescriptorFactory { get; }
    Property Value
    Type Description
    IEntityDescriptorFactory

    ReflectionHelper

    IReflectionHelper

    Declaration
    IReflectionHelper ReflectionHelper { get; }
    Property Value
    Type Description
    IReflectionHelper

    Serializer

    ISerializer

    Declaration
    ISerializer Serializer { get; }
    Property Value
    Type Description
    ISerializer

    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.