Show / Hide Table of Contents

Class SchemaTypeChangeModification

Eco.Core.Serialization.Migrations.DataMigrations.IDataModification which changes schema type of data object itself (not one of it's members).

Inheritance
System.Object
SchemaTypeChangeModification
Namespace: Eco.Core.Serialization.Migrations.DataMigrations
Assembly: Eco.Core.dll
Syntax
public class SchemaTypeChangeModification : Object, IDataModification

Constructors

SchemaTypeChangeModification(String)

Declaration
public SchemaTypeChangeModification(string newSchemaType)
Parameters
Type Name Description
System.String newSchemaType

Methods

Apply(MigrationContext)

Declaration
public void Apply(MigrationContext context)
Parameters
Type Name Description
MigrationContext context

Initialize(MigrationManager)

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

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