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