Table of Contents

Class UnitAtStationExtensions

Namespace
Acuit.Pinpoint.Workstation
Assembly
Acuit.Pinpoint.Workstation.Abstractions.dll

Extension members for IUnitAtStation.

public static class UnitAtStationExtensions
Inheritance
UnitAtStationExtensions
Inherited Members

Methods

get_LineName(IUnitAtStation)

Gets the line name.

public static string get_LineName(IUnitAtStation unitAtStation)

Parameters

unitAtStation IUnitAtStation

Returns

string

get_RunningStation(IUnitAtStation)

Gets the IRunningStation representing the running station.

public static IRunningStation get_RunningStation(IUnitAtStation unitAtStation)

Parameters

unitAtStation IUnitAtStation

Returns

IRunningStation

get_StationSettings(IUnitAtStation)

Gets the station settings.

public static StationSettings get_StationSettings(IUnitAtStation unitAtStation)

Parameters

unitAtStation IUnitAtStation

Returns

StationSettings

get_WorkstationState(IUnitAtStation)

Gets the associated workstation state.

public static IWorkstationState get_WorkstationState(IUnitAtStation unitAtStation)

Parameters

unitAtStation IUnitAtStation

Returns

IWorkstationState