Show / Hide Table of Contents

Interface IDataStore

Interface for data store.

Namespace: Kephas.Data.Store
Assembly: Kephas.Data.dll
Syntax
public interface IDataStore

Properties

| Improve this Doc View Source

DataContextConfiguration

Gets the data context configuration.

Declaration
IDataContextConfiguration DataContextConfiguration { get; }
Property Value
Type Description
IDataContextConfiguration

The data context configuration.

| Improve this Doc View Source

DataContextType

Gets the type of the data context.

Declaration
Type DataContextType { get; }
Property Value
Type Description
System.Type

The type of the data context.

| Improve this Doc View Source

EntityActivator

Gets the entity activator.

Declaration
IActivator EntityActivator { get; }
Property Value
Type Description
IActivator

The entity activator.

| Improve this Doc View Source

Kind

Gets the data store kind.

Declaration
string Kind { get; }
Property Value
Type Description
System.String

The data store kind.

| Improve this Doc View Source

Name

Gets the data store name.

Declaration
string Name { get; }
Property Value
Type Description
System.String

The data store name.

Extension Methods

DynamicObjectExtensions.SetPropertyValue(Object, String, Object)
DynamicObjectExtensions.TrySetPropertyValue(Object, String, Object)
DynamicObjectExtensions.GetPropertyValue(Object, String)
DynamicObjectExtensions.TryGetPropertyValue(Object, String, out Object)
DynamicObjectExtensions.GetRuntimeTypeInfo(Object)
DynamicObjectExtensions.ToDynamic(Object)
DynamicObjectExtensions.ToExpando(Object)
BehaviorValue.ToBehaviorValue<TValue>(TValue)
CollectionExtensions.AddRange<T, TItem>(T, IEnumerable<TItem>)
LoggingExtensions.GetLogger(Object, IContext)
TypeExtensions.GetAbstractType(Object)
TypeExtensions.GetAbstractTypeInfo(Object)
ReflectionHelper.GetTypeInfo(Object)
EntityEntryExtensions.TryGetAttachedEntityEntry(Object)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX