Class TenantEntityUniqueNameBaseConfiguration<T, TPrimaryKey, TConfig>
Inheritance
System.Object
EntityBaseConfiguration<T, TPrimaryKey, TConfig>
TenantEntityBaseConfiguration<T, TPrimaryKey, TConfig>
TenantEntityUniqueNameBaseConfiguration<T, TPrimaryKey, TConfig>
Inherited Members
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 SourceConfigure(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>)