ProfileClassificationBinding Class
Namespace: PTS.Modules.ProfileClassificationAggregate.Infrastructure
Assembly: PTS.Modules.ProfileClassificationAggregate.dll
Syntax
public class ProfileClassificationBinding : EntityBinding<ProfileClassification>, IEntityBinding
Implements
Methods
Configure(DbContext, EntityTypeBuilder<ProfileClassification>)
Declaration
public override void Configure(DbContext context, EntityTypeBuilder<ProfileClassification> builder)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.EntityFrameworkCore.DbContext | context | |
Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder<ProfileClassification> | builder |
Overrides
PTS.EntityLayer.Binding.EntityBinding<PTS.Modules.ProfileClassificationAggregate.Domain.ProfileClassification>.Configure(Microsoft.EntityFrameworkCore.DbContext, Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder<PTS.Modules.ProfileClassificationAggregate.Domain.ProfileClassification>)
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()