Table of Contents

Class QuestEntityConfiguration

Namespace
FishMMO.Database.Npgsql.Entities
Assembly
FishMMO-DB.dll

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

builder EntityTypeBuilder<QuestEntity>

The builder to be used to configure the entity type.