Class CoreContext
Assembly: LemonEdge.API.dll
Syntax
public class CoreContext : ICoreContext
Constructors
CoreContext(IEntityDescriptorFactory, IReflectionHelper, ISerializer)
Declaration
public CoreContext(IEntityDescriptorFactory entityDescriptorFactory, IReflectionHelper reflectionHelper, ISerializer serializer)
Parameters
Properties
EntityDescriptorFactory
Declaration
public IEntityDescriptorFactory EntityDescriptorFactory { get; }
Property Value
ReflectionHelper
Declaration
public IReflectionHelper ReflectionHelper { get; }
Property Value
Serializer
Declaration
public ISerializer Serializer { get; }
Property Value
Implements
Extension Methods