ProductPriceBinding Class
Namespace: PTS.Modules.Products.Infrastructure
Assembly: PTS.Modules.Products.dll
Syntax
public class ProductPriceBinding : EntityBinding<ProductPrice>, IEntityBinding
Implements
Methods
Configure(DbContext, EntityTypeBuilder<ProductPrice>)
Declaration
public override void Configure(DbContext context, EntityTypeBuilder<ProductPrice> builder)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.EntityFrameworkCore.DbContext | context | |
Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder<ProductPrice> | builder |
Overrides
PTS.EntityLayer.Binding.EntityBinding<PTS.Modules.Products.Domain.ProductPrice>.Configure(Microsoft.EntityFrameworkCore.DbContext, Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder<PTS.Modules.Products.Domain.ProductPrice>)
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()