Table of Contents

Class ChatEntityConfiguration

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

Entity configuration for ChatEntity with explicit indexes and constraints.

public class ChatEntityConfiguration : IEntityTypeConfiguration<ChatEntity>
Inheritance
ChatEntityConfiguration
Implements
Inherited Members

Methods

Configure(EntityTypeBuilder<ChatEntity>)

Configures the entity of type ChatEntity.

public void Configure(EntityTypeBuilder<ChatEntity> builder)

Parameters

builder EntityTypeBuilder<ChatEntity>

The builder to be used to configure the entity type.