Table of Contents

Class CharacterHotkeyEntityConfiguration

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

Entity configuration for CharacterHotkeyEntity with explicit indexes and constraints.

public class CharacterHotkeyEntityConfiguration : IEntityTypeConfiguration<CharacterHotkeyEntity>
Inheritance
CharacterHotkeyEntityConfiguration
Implements
Inherited Members

Methods

Configure(EntityTypeBuilder<CharacterHotkeyEntity>)

Configures the entity of type CharacterHotkeyEntity.

public void Configure(EntityTypeBuilder<CharacterHotkeyEntity> builder)

Parameters

builder EntityTypeBuilder<CharacterHotkeyEntity>

The builder to be used to configure the entity type.