Class QuestEntityConfiguration
Entity configuration for QuestEntity.
public class QuestEntityConfiguration : IEntityTypeConfiguration<QuestEntity>
- Inheritance
-
QuestEntityConfiguration
- Implements
- Inherited Members
Methods
Configure(EntityTypeBuilder<QuestEntity>)
Configures the entity of type QuestEntity.
public void Configure(EntityTypeBuilder<QuestEntity> builder)
Parameters
builderEntityTypeBuilder<QuestEntity>The builder to be used to configure the entity type.