Table of Contents

Class RecordPlanExecutionBody

Namespace
KadicErp.WebApi.Controllers.Academy
Assembly
KadicErp.WebApi.dll
public sealed record RecordPlanExecutionBody
Inheritance
object
RecordPlanExecutionBody

Constructors

RecordPlanExecutionBody(IReadOnlyList<RecordSessionPlanExecutionEntry>)

public RecordPlanExecutionBody(IReadOnlyList<RecordSessionPlanExecutionEntry> Entries)

Parameters

Entries IReadOnlyList<RecordSessionPlanExecutionEntry>

Properties

Entries

public IReadOnlyList<RecordSessionPlanExecutionEntry> Entries { get; init; }

Property Value

IReadOnlyList<RecordSessionPlanExecutionEntry>