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