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
Declaration
IEntityDescriptorFactory EntityDescriptorFactory { get; }
Property Value
Type | Description |
---|---|
IEntityDescriptorFactory |
ReflectionHelper
Declaration
IReflectionHelper ReflectionHelper { get; }
Property Value
Type | Description |
---|---|
IReflectionHelper |
Serializer
Declaration
ISerializer Serializer { get; }
Property Value
Type | Description |
---|---|
ISerializer |