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