Table of Contents

Class CharacterPartyEntityConfiguration

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

Entity configuration for CharacterPartyEntity with explicit indexes and constraints.

public class CharacterPartyEntityConfiguration : IEntityTypeConfiguration<CharacterPartyEntity>
Inheritance
CharacterPartyEntityConfiguration
Implements
Inherited Members

Methods

Configure(EntityTypeBuilder<CharacterPartyEntity>)

Configures the entity of type CharacterPartyEntity.

public void Configure(EntityTypeBuilder<CharacterPartyEntity> builder)

Parameters

builder EntityTypeBuilder<CharacterPartyEntity>

The builder to be used to configure the entity type.