Table of Contents

Class CharacterBuffEntityConfiguration

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

Entity configuration for CharacterBuffEntity with explicit indexes and constraints.

public class CharacterBuffEntityConfiguration : IEntityTypeConfiguration<CharacterBuffEntity>
Inheritance
CharacterBuffEntityConfiguration
Implements
Inherited Members

Methods

Configure(EntityTypeBuilder<CharacterBuffEntity>)

Configures the entity of type CharacterBuffEntity.

public void Configure(EntityTypeBuilder<CharacterBuffEntity> builder)

Parameters

builder EntityTypeBuilder<CharacterBuffEntity>

The builder to be used to configure the entity type.