Table of Contents

Class CharacterPetAttributeEntityConfiguration

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

Entity configuration for CharacterPetAttributeEntity with explicit indexes and constraints.

public class CharacterPetAttributeEntityConfiguration : IEntityTypeConfiguration<CharacterPetAttributeEntity>
Inheritance
CharacterPetAttributeEntityConfiguration
Implements
Inherited Members

Methods

Configure(EntityTypeBuilder<CharacterPetAttributeEntity>)

Configures the entity of type CharacterPetAttributeEntity.

public void Configure(EntityTypeBuilder<CharacterPetAttributeEntity> builder)

Parameters

builder EntityTypeBuilder<CharacterPetAttributeEntity>

The builder to be used to configure the entity type.