Class EntityBaseConfiguration<T, TPrimaryKey, TConfig>
Inheritance
System.Object
EntityBaseConfiguration<T, TPrimaryKey, TConfig>
Assembly: mix.database.dll
Syntax
public abstract class EntityBaseConfiguration<T, TPrimaryKey, TConfig> : IEntityTypeConfiguration<T> where T : EntityBase<TPrimaryKey> where TPrimaryKey : IComparable where TConfig : IDatabaseConstants
Type Parameters
| Name |
Description |
| T |
|
| TPrimaryKey |
|
| TConfig |
|
Properties
|
Improve this Doc
View Source
Config
Declaration
protected virtual IDatabaseConstants Config { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Declaration
public virtual void Configure(EntityTypeBuilder<T> builder)
Parameters
| Type |
Name |
Description |
| EntityTypeBuilder<T> |
builder |
|