Interface IDataIOContext
Interface for data i/o context.
Inherited Members
System.Dynamic.IDynamicMetaObjectProvider.GetMetaObject(System.Linq.Expressions.Expression)
System.IDisposable.Dispose()
Namespace: Kephas.Data.IO
Assembly: Kephas.Data.IO.dll
Syntax
public interface IDataIOContext : IContext, IExpando, IDynamicMetaObjectProvider, IIndexable, ILoggable, IDisposable
Properties
| Improve this Doc View SourceRootObjectType
Gets or sets the type of the root object.
Declaration
Type RootObjectType { get; set; }
Property Value
Type | Description |
---|---|
System.Type | The type of the root object. |
SerializationContextConfig
Gets or sets the serialization context configuration.
Declaration
Action<ISerializationContext> SerializationContextConfig { get; set; }
Property Value
Type | Description |
---|---|
System.Action<ISerializationContext> | The serialization context configuration. |