Search Results for

    Show / Hide Table of Contents

    Class CoreContext

    Inheritance
    object
    CoreContext
    Implements
    ICoreContext
    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.Context
    Assembly: LemonEdge.API.dll
    Syntax
    public class CoreContext : ICoreContext

    Constructors

    CoreContext(IEntityDescriptorFactory, IReflectionHelper, ISerializer)

    Declaration
    public CoreContext(IEntityDescriptorFactory entityDescriptorFactory, IReflectionHelper reflectionHelper, ISerializer serializer)
    Parameters
    Type Name Description
    IEntityDescriptorFactory entityDescriptorFactory
    IReflectionHelper reflectionHelper
    ISerializer serializer

    Properties

    EntityDescriptorFactory

    IEntityDescriptorFactory

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

    ReflectionHelper

    IReflectionHelper

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

    Serializer

    ISerializer

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

    Implements

    ICoreContext

    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.