C# Класс CinemaScreen.Models.Station

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
ChildCount int
Name string
PreviousItems int

Описание свойств

ChildCount публичное свойство

The child count of the station
public int ChildCount
Результат int

Name публичное свойство

The name of the station
public string Name
Результат string

PreviousItems публичное свойство

The amount of items that came before this station
public int PreviousItems
Результат int