Class CharacterItemEntityConfiguration
Entity configuration for CharacterItemEntity.
public class CharacterItemEntityConfiguration : IEntityTypeConfiguration<CharacterItemEntity>
- Inheritance
-
CharacterItemEntityConfiguration
- Implements
- Inherited Members
Methods
Configure(EntityTypeBuilder<CharacterItemEntity>)
Configures the entity of type CharacterItemEntity.
public void Configure(EntityTypeBuilder<CharacterItemEntity> builder)
Parameters
builderEntityTypeBuilder<CharacterItemEntity>The builder to be used to configure the entity type.