Table of Contents

Class StationType

Namespace
Acuit.Pinpoint.Services.Entities
Assembly
Acuit.Pinpoint.Services.Entities.dll

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

stationTypeId short

The unique identifier for this station type.

name string

The station type name.

Exceptions

ArgumentNullException

name is null.

Properties

Name

Gets the station type name.

[DataMember]
public string Name { get; }

Property Value

string

StationTypeId

Gets the unique identifier for this station type.

[DataMember]
public short StationTypeId { get; }

Property Value

short