Class DataInitializationContext
A data initialization context.
Inheritance
System.Object
System.Dynamic.DynamicObject
DataInitializationContext
Implements
System.Dynamic.IDynamicMetaObjectProvider
System.IDisposable
Inherited Members
System.Dynamic.DynamicObject.GetMetaObject(System.Linq.Expressions.Expression)
System.Dynamic.DynamicObject.TryBinaryOperation(System.Dynamic.BinaryOperationBinder, System.Object, System.Object)
System.Dynamic.DynamicObject.TryConvert(System.Dynamic.ConvertBinder, System.Object)
System.Dynamic.DynamicObject.TryCreateInstance(System.Dynamic.CreateInstanceBinder, System.Object[], System.Object)
System.Dynamic.DynamicObject.TryDeleteIndex(System.Dynamic.DeleteIndexBinder, System.Object[])
System.Dynamic.DynamicObject.TryDeleteMember(System.Dynamic.DeleteMemberBinder)
System.Dynamic.DynamicObject.TryGetIndex(System.Dynamic.GetIndexBinder, System.Object[], System.Object)
System.Dynamic.DynamicObject.TryInvoke(System.Dynamic.InvokeBinder, System.Object[], System.Object)
System.Dynamic.DynamicObject.TrySetIndex(System.Dynamic.SetIndexBinder, System.Object[], System.Object)
System.Dynamic.DynamicObject.TryUnaryOperation(System.Dynamic.UnaryOperationBinder, System.Object)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Kephas.Data
Assembly: Kephas.Data.dll
Syntax
public class DataInitializationContext : DataOperationContext, IDataInitializationContext, IDataOperationContext, IContext, IExpando, IDynamicMetaObjectProvider, IIndexable, ILoggable, IDisposable
Constructors
| Improve this Doc View SourceDataInitializationContext(IDataContext, IDataStore, IContext)
Initializes a new instance of the DataInitializationContext class.
Declaration
public DataInitializationContext(IDataContext dataContext, IDataStore dataStore, IContext initializationContext = null)
Parameters
Type | Name | Description |
---|---|---|
IDataContext | dataContext | The data context. |
IDataStore | dataStore | The data store. |
IContext | initializationContext | The initialization context (optional). |
Properties
| Improve this Doc View SourceDataStore
Gets the data store.
Declaration
public IDataStore DataStore { get; }
Property Value
Type | Description |
---|---|
IDataStore | The data store. |
InitializationContext
Gets a context for the initialization.
Declaration
public IContext InitializationContext { get; }
Property Value
Type | Description |
---|---|
IContext | The initialization context. |
Implements
System.Dynamic.IDynamicMetaObjectProvider
System.IDisposable