Table of Contents

Class PlatformAdminAuditLogEntryConfiguration

Namespace
KadicAuth.Infrastructure.Persistence.Configurations
Assembly
KadicAuth.Infrastructure.dll
public class PlatformAdminAuditLogEntryConfiguration
Inheritance
object
PlatformAdminAuditLogEntryConfiguration

Methods

Configure(EntityTypeBuilder<PlatformAdminAuditLogEntry>)

Configures the entity of type PlatformAdminAuditLogEntry.

public void Configure(EntityTypeBuilder<PlatformAdminAuditLogEntry> builder)

Parameters

builder EntityTypeBuilder<PlatformAdminAuditLogEntry>

The builder to be used to configure the entity type.