Table of Contents

Class UpdateClassScheduleBody

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

Constructors

UpdateClassScheduleBody(string, string, int, string?, IReadOnlyList<CreateClassScheduleItemInput>)

public UpdateClassScheduleBody(string Name, string DisciplineId, int DurationWeeks, string? Description, IReadOnlyList<CreateClassScheduleItemInput> Items)

Parameters

Name string
DisciplineId string
DurationWeeks int
Description string
Items IReadOnlyList<CreateClassScheduleItemInput>

Properties

Description

public string? Description { get; init; }

Property Value

string

DisciplineId

public string DisciplineId { get; init; }

Property Value

string

DurationWeeks

public int DurationWeeks { get; init; }

Property Value

int

Items

public IReadOnlyList<CreateClassScheduleItemInput> Items { get; init; }

Property Value

IReadOnlyList<CreateClassScheduleItemInput>

Name

public string Name { get; init; }

Property Value

string