Show / Hide Table of Contents

Class AssociationBaseConfiguration<T, TPrimaryKey, TConfig>

Inheritance
System.Object
EntityBaseConfiguration<T, TPrimaryKey, TConfig>
AssociationBaseConfiguration<T, TPrimaryKey, TConfig>
Inherited Members
EntityBaseConfiguration<T, TPrimaryKey, TConfig>.Config
EntityBaseConfiguration<T, TPrimaryKey, TConfig>.Configure(EntityTypeBuilder<T>)
Namespace: Mix.Database.EntityConfigurations.Base
Assembly: mix.database.dll
Syntax
public abstract class AssociationBaseConfiguration<T, TPrimaryKey, TConfig> : EntityBaseConfiguration<T, TPrimaryKey, TConfig> where T : AssociationBase<TPrimaryKey> where TPrimaryKey : IComparable where TConfig : IDatabaseConstants
Type Parameters
Name Description
T
TPrimaryKey
TConfig

Methods

| Improve this Doc View Source

Configure(EntityTypeBuilder<T>)

Declaration
public override void Configure(EntityTypeBuilder<T> builder)
Parameters
Type Name Description
EntityTypeBuilder<T> builder
Overrides
Mix.Database.EntityConfigurations.Base.EntityBaseConfiguration<T, TPrimaryKey, TConfig>.Configure(EntityTypeBuilder<T>)
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾