Table of Contents

Class PartyEntityConfiguration

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

Entity configuration for PartyEntity with explicit indexes and constraints.

public class PartyEntityConfiguration : IEntityTypeConfiguration<PartyEntity>
Inheritance
PartyEntityConfiguration
Implements
Inherited Members

Methods

Configure(EntityTypeBuilder<PartyEntity>)

Configures the entity of type PartyEntity.

public void Configure(EntityTypeBuilder<PartyEntity> builder)

Parameters

builder EntityTypeBuilder<PartyEntity>

The builder to be used to configure the entity type.