Class AssignClassScheduleBody
- Namespace
- KadicErp.WebApi.Controllers.Academy
- Assembly
- KadicErp.WebApi.dll
public sealed record AssignClassScheduleBody
- Inheritance
-
object
AssignClassScheduleBody
Constructors
AssignClassScheduleBody(Guid?, Guid?, DateOnly, DateOnly?)
public AssignClassScheduleBody(Guid? GroupId, Guid? StudentProfileId, DateOnly StartDate, DateOnly? EndDate)
Parameters
GroupId Guid?
StudentProfileId Guid?
StartDate DateOnly
EndDate DateOnly?
Properties
EndDate
public DateOnly? EndDate { get; init; }
Property Value
- DateOnly?
GroupId
public Guid? GroupId { get; init; }
Property Value
- Guid?
StartDate
public DateOnly StartDate { get; init; }
Property Value
- DateOnly
StudentProfileId
public Guid? StudentProfileId { get; init; }
Property Value
- Guid?