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