Table of Contents

Delegate Migration.ApplyDelegate

Namespace
TinyLife.Utilities
Assembly
Tiny Life.dll

A delegate method used for Apply. The passed JSON extension data is additional data that is loaded from disk, but didn't have an appropriate property or field to store it in. This can be useful for migrating objects whose property or field names changed.

public delegate MigrationResult Migration.ApplyDelegate(object obj, IDictionary<string, JToken> jsonExtensionData)

Parameters

obj object
A delegate method used for . The passed JSON extension data is additional data that is loaded from disk, but didn't have an appropriate property or field to store it in. This can be useful for migrating objects whose property or field names changed.
jsonExtensionData IDictionary<string, JToken>
A delegate method used for . The passed JSON extension data is additional data that is loaded from disk, but didn't have an appropriate property or field to store it in. This can be useful for migrating objects whose property or field names changed.

Returns

MigrationResult
A delegate method used for . The passed JSON extension data is additional data that is loaded from disk, but didn't have an appropriate property or field to store it in. This can be useful for migrating objects whose property or field names changed.
Extension Methods