Table of Contents

Class ExerciseCatalogBody

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

Constructors

ExerciseCatalogBody(Guid, string, ExerciseType, decimal?, int?, int?)

public ExerciseCatalogBody(Guid DisciplineId, string Name, ExerciseType Type, decimal? Distance, int? TimeTargetSeconds, int? Reps)

Parameters

DisciplineId Guid
Name string
Type ExerciseType
Distance decimal?
TimeTargetSeconds int?
Reps int?

Properties

DisciplineId

public Guid DisciplineId { get; init; }

Property Value

Guid

Distance

public decimal? Distance { get; init; }

Property Value

decimal?

Name

public string Name { get; init; }

Property Value

string

Reps

public int? Reps { get; init; }

Property Value

int?

TimeTargetSeconds

public int? TimeTargetSeconds { get; init; }

Property Value

int?

Type

public ExerciseType Type { get; init; }

Property Value

ExerciseType