C# Class CinemaScreen.Models.Station

Show file Open project: Weichwarenprojekt/assembus

Public Properties

Property Type Description
ChildCount int
Name string
PreviousItems int

Property Details

ChildCount public property

The child count of the station
public int ChildCount
return int

Name public property

The name of the station
public string Name
return string

PreviousItems public property

The amount of items that came before this station
public int PreviousItems
return int