Class StationType
A station type.
[DataContract(IsReference = true)]
public class StationType
- Inheritance
-
StationType
- Inherited Members
Constructors
StationType(short, string)
Initializes a new instance of the StationType class.
public StationType(short stationTypeId, string name)
Parameters
Exceptions
- ArgumentNullException
nameis null.
Properties
Name
Gets the station type name.
[DataMember]
public string Name { get; }
Property Value
StationTypeId
Gets the unique identifier for this station type.
[DataMember]
public short StationTypeId { get; }