Show / Hide Table of Contents

Class AggregateMigrationExtensions

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

Methods

AddDataMigration(AggregateMigration, String, Action<DataMigration>)

Declaration
public static void AddDataMigration(this AggregateMigration this, string className, Action<DataMigration> configure)
Parameters
Type Name Description
AggregateMigration this
System.String className
System.Action<DataMigration> configure

AddDataMigration(AggregateMigration, Type, Action<DataMigration>)

Declaration
public static void AddDataMigration(this AggregateMigration this, Type type, Action<DataMigration> configure)
Parameters
Type Name Description
AggregateMigration this
System.Type type
System.Action<DataMigration> configure
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾