Table of Contents

Class SeedSkippedEntry

Namespace
KadicAuth.Application.Permissions.Commands.SeedPermissions
Assembly
KadicAuth.Application.dll

Una entrada que no se pudo sembrar, y por qué.

public sealed record SeedSkippedEntry
Inheritance
object
SeedSkippedEntry

Constructors

SeedSkippedEntry(string, string, string)

Una entrada que no se pudo sembrar, y por qué.

public SeedSkippedEntry(string Code, string ModuleKey, string Reason)

Parameters

Code string
ModuleKey string
Reason string

Properties

Code

public string Code { get; init; }

Property Value

string

ModuleKey

public string ModuleKey { get; init; }

Property Value

string

Reason

public string Reason { get; init; }

Property Value

string