Udostępnij za pośrednictwem


RelationalScaffoldingModelFactory Klasa

Definicja

public class RelationalScaffoldingModelFactory : Microsoft.EntityFrameworkCore.Scaffolding.IScaffoldingModelFactory
type RelationalScaffoldingModelFactory = class
    interface IScaffoldingModelFactory
Public Class RelationalScaffoldingModelFactory
Implements IScaffoldingModelFactory
Dziedziczenie
RelationalScaffoldingModelFactory
Implementuje

Konstruktory

RelationalScaffoldingModelFactory(ILoggerFactory, IRelationalTypeMapper, IDatabaseModelFactory, CandidateNamingService)

Właściwości

CandidateNamingService
Logger
TypeMapper

Metody

AddNavigationProperties(IMutableForeignKey)
CheckSelectionsMatched(TableSelectionSet)
Create(String, TableSelectionSet)
CreateFromDatabaseModel(DatabaseModel)
ExistingIdentifiers(IEntityType)
GetEntityTypeName(TableModel)
GetPropertyName(ColumnModel)
GetTypeMapping(ColumnModel)
VisitColumn(EntityTypeBuilder, ColumnModel)
VisitColumns(EntityTypeBuilder, ICollection<ColumnModel>)
VisitDatabaseModel(ModelBuilder, DatabaseModel)
VisitForeignKey(ModelBuilder, ForeignKeyModel)
VisitForeignKeys(ModelBuilder, IList<ForeignKeyModel>)
VisitIndex(EntityTypeBuilder, IndexModel)
VisitIndexes(EntityTypeBuilder, ICollection<IndexModel>)
VisitPrimaryKey(EntityTypeBuilder, TableModel)
VisitSequence(ModelBuilder, SequenceModel)
VisitSequences(ModelBuilder, ICollection<SequenceModel>)
VisitTable(ModelBuilder, TableModel)
VisitTables(ModelBuilder, ICollection<TableModel>)

Dotyczy