Class DataSetupContext
A data setup context.
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.Setup
Assembly: Kephas.Data.dll
Syntax
public class DataSetupContext : Context, IDataSetupContext, IContext, IExpando, IDynamicMetaObjectProvider, IIndexable, ILoggable, IDisposable
Constructors
| Improve this Doc View SourceDataSetupContext(ICompositionContext, Boolean)
Initializes a new instance of the DataSetupContext class.
Declaration
public DataSetupContext(ICompositionContext compositionContext = null, bool isThreadSafe = false)
Parameters
Type | Name | Description |
---|---|---|
ICompositionContext | compositionContext | Optional. The composition context. |
System.Boolean | isThreadSafe | Optional. True if is thread safe, false if not. |
DataSetupContext(IContext, Boolean)
Initializes a new instance of the DataSetupContext class.
Declaration
public DataSetupContext(IContext parentContext, bool isThreadSafe = false)
Parameters
Type | Name | Description |
---|---|---|
IContext | parentContext | The parent context. |
System.Boolean | isThreadSafe | Optional. True if is thread safe, false if not. |
Properties
| Improve this Doc View SourceTargets
Gets or sets the data targets.
Declaration
public IEnumerable<string> Targets { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.String> | The data targets. |
Implements
System.Dynamic.IDynamicMetaObjectProvider
System.IDisposable