Show / Hide Table of Contents

Class TenantEntityUniqueNameBaseConfiguration<T, TPrimaryKey, TConfig>

Inheritance
System.Object
EntityBaseConfiguration<T, TPrimaryKey, TConfig>
TenantEntityBaseConfiguration<T, TPrimaryKey, TConfig>
TenantEntityUniqueNameBaseConfiguration<T, TPrimaryKey, TConfig>
MySqlTenantEntityUniqueNameBaseConfiguration<T, TPrimaryKey>
PostgresTenantEntityUniqueNameBaseConfiguration<T, TPrimaryKey>
SqliteTenantEntityUniqueNameBaseConfiguration<T, TPrimaryKey>
SqlServerTenantEntityUniqueNameBaseConfiguration<T, TPrimaryKey>
Inherited Members
TenantEntityBaseConfiguration<T, TPrimaryKey, TConfig>.Configure(EntityTypeBuilder<T>)
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 TenantEntityUniqueNameBaseConfiguration<T, TPrimaryKey, TConfig> : TenantEntityBaseConfiguration<T, TPrimaryKey, TConfig> where T : TenantEntityUniqueNameBase<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.TenantEntityBaseConfiguration<T, TPrimaryKey, TConfig>.Configure(EntityTypeBuilder<T>)
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾