Table of Contents

Class Section.SectionItem

Namespace
adas_core.Domain.Models.MongoModels
Assembly
adas-core.Domain.dll

Represents an individual item within a section, encapsulating the data and behavior associated with that entry.

public class Section.SectionItem
Inheritance
Section.SectionItem
Inherited Members
Extension Methods

Properties

Boxes

public List<Box> Boxes { get; set; }

Property Value

List<Box>

Group

public string? Group { get; set; }

Property Value

string