Table of Contents

Class CurrencyLedgerEntityConfiguration

Namespace
FishMMO.Database.Npgsql.Entities
Assembly
FishMMO-DB.dll
public class CurrencyLedgerEntityConfiguration : IEntityTypeConfiguration<CurrencyLedgerEntity>
Inheritance
CurrencyLedgerEntityConfiguration
Implements
Inherited Members

Methods

Configure(EntityTypeBuilder<CurrencyLedgerEntity>)

Configures the entity of type CurrencyLedgerEntity.

public void Configure(EntityTypeBuilder<CurrencyLedgerEntity> builder)

Parameters

builder EntityTypeBuilder<CurrencyLedgerEntity>

The builder to be used to configure the entity type.