Table of Contents

Class TwoFactorRecoveryCodeEntityConfiguration

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

Entity configuration for TwoFactorRecoveryCodeEntity with indexes and constraints.

public class TwoFactorRecoveryCodeEntityConfiguration : IEntityTypeConfiguration<TwoFactorRecoveryCodeEntity>
Inheritance
TwoFactorRecoveryCodeEntityConfiguration
Implements
Inherited Members

Methods

Configure(EntityTypeBuilder<TwoFactorRecoveryCodeEntity>)

Configures the entity of type TwoFactorRecoveryCodeEntity.

public void Configure(EntityTypeBuilder<TwoFactorRecoveryCodeEntity> builder)

Parameters

builder EntityTypeBuilder<TwoFactorRecoveryCodeEntity>

The builder to be used to configure the entity type.