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