Class MigrationInfo

Assembly: redb.Core.Pro.dll

Found migration information

public class MigrationInfo

Inheritance

ObjectMigrationInfo

Properties

Interface

IRedbMigration<TProps> interface

public Type Interface { get; set; }

MigrationType

Migration class type (OrderPropsMigration)

public Type MigrationType { get; set; }

PropsType

Props type (OrderProps)

public Type PropsType { get; set; }