Show / Hide Table of Contents

Interface IEntryDataModification

Data modification for an entry of dictionary or collection.

Namespace: Eco.Core.Serialization.Migrations.DataMigrations
Assembly: Eco.Core.dll
Syntax
public interface IEntryDataModification

Methods

Initialize(MigrationManager)

Declaration
void Initialize(MigrationManager manager)
Parameters
Type Name Description
MigrationManager manager

ModifyEntry(Dictionary<IDataInput, ReaderDataInput>)

Modifies dataInputs for a collection or dictionary entry.

Declaration
void ModifyEntry(Dictionary<IDataInput, ReaderDataInput> dataInputs)
Parameters
Type Name Description
System.Collections.Generic.Dictionary<IDataInput, ReaderDataInput> dataInputs

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
☀
☾