Table of Contents

Class LoginServerSigningKeyEntityConfiguration

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

Entity configuration for LoginServerSigningKeyEntity with explicit indexes and constraints.

public class LoginServerSigningKeyEntityConfiguration : IEntityTypeConfiguration<LoginServerSigningKeyEntity>
Inheritance
LoginServerSigningKeyEntityConfiguration
Implements
Inherited Members

Methods

Configure(EntityTypeBuilder<LoginServerSigningKeyEntity>)

Configures the entity of type LoginServerSigningKeyEntity.

public void Configure(EntityTypeBuilder<LoginServerSigningKeyEntity> builder)

Parameters

builder EntityTypeBuilder<LoginServerSigningKeyEntity>

The builder to be used to configure the entity type.