Show / Hide Table of Contents

Class ClassMigrationExtensions

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

Methods

IsCompatibleContext(IClassMigration, MigrationContext)

Checks if IClassMigration is compatible with context. It compatible if either it's compatible types matches context schema type or reference type name.

Declaration
public static bool IsCompatibleContext(this IClassMigration this, MigrationContext context)
Parameters
Type Name Description
IClassMigration this
MigrationContext context
Returns
Type Description
System.Boolean
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾