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