Table of Contents

Class SaveClassLogBody

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

Constructors

SaveClassLogBody(Guid, Guid?, string, IReadOnlyList<SaveClassLogExerciseBody>, int, int, int, string?)

public SaveClassLogBody(Guid GroupId, Guid? SessionId, string Date, IReadOnlyList<SaveClassLogExerciseBody> Exercises, int TeacherPunctuality, int TeacherInstructions, int TeacherMotivation, string? Note)

Parameters

GroupId Guid
SessionId Guid?
Date string
Exercises IReadOnlyList<SaveClassLogExerciseBody>
TeacherPunctuality int
TeacherInstructions int
TeacherMotivation int
Note string

Properties

Date

public string Date { get; init; }

Property Value

string

Exercises

public IReadOnlyList<SaveClassLogExerciseBody> Exercises { get; init; }

Property Value

IReadOnlyList<SaveClassLogExerciseBody>

GroupId

public Guid GroupId { get; init; }

Property Value

Guid

Note

public string? Note { get; init; }

Property Value

string

SessionId

public Guid? SessionId { get; init; }

Property Value

Guid?

TeacherInstructions

public int TeacherInstructions { get; init; }

Property Value

int

TeacherMotivation

public int TeacherMotivation { get; init; }

Property Value

int

TeacherPunctuality

public int TeacherPunctuality { get; init; }

Property Value

int