C# Class CinemaScreen.Models.Station

ファイルを表示 Open project: Weichwarenprojekt/assembus

Public Properties

Property Type Description
ChildCount int
Name string
PreviousItems int

Property Details

ChildCount public_oe property

The child count of the station
public int ChildCount
return int

Name public_oe property

The name of the station
public string Name
return string

PreviousItems public_oe property

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