Class EntityFrameworkDatabaseMigrationRegistration
Namespace: Cephalon.Data.EntityFramework.Services
Assembly: Cephalon.Data.EntityFramework.dll
Describes one Entity Framework Core Engine:Databases migration targets.
public sealed class EntityFrameworkDatabaseMigrationRegistrationInheritance
Section titled “Inheritance”object ← EntityFrameworkDatabaseMigrationRegistration
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
Section titled “Constructors”EntityFrameworkDatabaseMigrationRegistration(Type, IReadOnlyList<string>)
Section titled “ EntityFrameworkDatabaseMigrationRegistration(Type, IReadOnlyList<string>)”Initializes a new instance of the
public EntityFrameworkDatabaseMigrationRegistration(Type dbContextType, IReadOnlyList<string> targetRoleIds)Parameters
Section titled “Parameters”dbContextType Type
The
targetRoleIds IReadOnlyList<string>
The logical migration targets satisfied by the context.
Properties
Section titled “Properties”DbContextType
Section titled “ DbContextType”Gets the
public Type DbContextType { get; }Property Value
Section titled “Property Value”TargetRoleIds
Section titled “ TargetRoleIds”Gets the logical migration targets satisfied by the context.
public IReadOnlyList<string> TargetRoleIds { get; }