Class CharacterBuffEntityConfiguration
Entity configuration for CharacterBuffEntity with explicit indexes and constraints.
public class CharacterBuffEntityConfiguration : IEntityTypeConfiguration<CharacterBuffEntity>
- Inheritance
-
CharacterBuffEntityConfiguration
- Implements
- Inherited Members
Methods
Configure(EntityTypeBuilder<CharacterBuffEntity>)
Configures the entity of type CharacterBuffEntity.
public void Configure(EntityTypeBuilder<CharacterBuffEntity> builder)
Parameters
builderEntityTypeBuilder<CharacterBuffEntity>The builder to be used to configure the entity type.