Table of Contents

Class DeploymentSecretEntityConfiguration

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

Entity configuration for DeploymentSecretEntity. Maps to the "deployment_secrets" table with a text PK on "key".

public class DeploymentSecretEntityConfiguration : IEntityTypeConfiguration<DeploymentSecretEntity>
Inheritance
DeploymentSecretEntityConfiguration
Implements
Inherited Members

Methods

Configure(EntityTypeBuilder<DeploymentSecretEntity>)

Configures the entity of type DeploymentSecretEntity.

public void Configure(EntityTypeBuilder<DeploymentSecretEntity> builder)

Parameters

builder EntityTypeBuilder<DeploymentSecretEntity>

The builder to be used to configure the entity type.