Table of Contents

Class CharacterItemCooldownEntityConfiguration

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

Entity configuration for CharacterItemCooldownEntity with explicit indexes and constraints.

public class CharacterItemCooldownEntityConfiguration : IEntityTypeConfiguration<CharacterItemCooldownEntity>
Inheritance
CharacterItemCooldownEntityConfiguration
Implements
Inherited Members

Methods

Configure(EntityTypeBuilder<CharacterItemCooldownEntity>)

Configures the entity of type CharacterItemCooldownEntity.

public void Configure(EntityTypeBuilder<CharacterItemCooldownEntity> builder)

Parameters

builder EntityTypeBuilder<CharacterItemCooldownEntity>

The builder to be used to configure the entity type.