Table of Contents

Class ReportSessionBody

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

Constructors

ReportSessionBody(Guid, Guid, TimeOnly?, TimeOnly?, string?)

public ReportSessionBody(Guid SessionId, Guid InstructorId, TimeOnly? ActualStartTime, TimeOnly? ActualEndTime, string? Notes)

Parameters

SessionId Guid
InstructorId Guid
ActualStartTime TimeOnly?
ActualEndTime TimeOnly?
Notes string

Properties

ActualEndTime

public TimeOnly? ActualEndTime { get; init; }

Property Value

TimeOnly?

ActualStartTime

public TimeOnly? ActualStartTime { get; init; }

Property Value

TimeOnly?

InstructorId

public Guid InstructorId { get; init; }

Property Value

Guid

Notes

public string? Notes { get; init; }

Property Value

string

SessionId

public Guid SessionId { get; init; }

Property Value

Guid