Show / Hide Table of Contents

Class MigrationContext

Inheritance
System.Object
MigrationContext
Namespace: Eco.Core.Serialization.Migrations
Assembly: Eco.Core.dll
Syntax
public class MigrationContext : Object

Constructors

MigrationContext()

Declaration
public MigrationContext()

Properties

DataInputs

Declaration
public Dictionary<IDataInput, ReaderDataInput> DataInputs { get; set; }
Property Value
Type Description
System.Collections.Generic.Dictionary<IDataInput, ReaderDataInput>

Reader

Declaration
public BinaryReader Reader { get; set; }
Property Value
Type Description
System.IO.BinaryReader

ReferenceId

Declaration
public int ReferenceId { get; set; }
Property Value
Type Description
System.Int32

ReferenceTypeName

Declaration
public string ReferenceTypeName { get; set; }
Property Value
Type Description
System.String

Schema

Declaration
public ImmutableSerializerSchema Schema { get; set; }
Property Value
Type Description
ImmutableSerializerSchema

SchemaVersion

Declaration
public double SchemaVersion { get; set; }
Property Value
Type Description
System.Double

Extension Methods

PropertyChanges.FirePropertyChanged(Object, String)
PropertyChanges.FirePropertyChanged(Object, String, Object, Object)
PropertyChanges.FirePropertyChanged(Object, MemberChangedBeforeAfterEventArgs)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾