Show / Hide Table of Contents

Class SharedStationRecordsSystem

Inheritance
System.Object
SharedStationRecordsSystem
StationRecordsSystem
StationRecordsSystem
Namespace: Content.Shared.StationRecords
Assembly: Content.Shared.dll
Syntax
public abstract class SharedStationRecordsSystem : EntitySystem

Methods

| Improve this Doc View Source

Convert(StationRecordKey)

Declaration
public (NetEntity, uint) Convert(StationRecordKey input)
Parameters
Type Name Description
StationRecordKey input
Returns
Type Description
System.ValueTuple<NetEntity, System.UInt32>
| Improve this Doc View Source

Convert(ICollection<StationRecordKey>)

Declaration
public List<(NetEntity, uint)> Convert(ICollection<StationRecordKey> input)
Parameters
Type Name Description
ICollection<StationRecordKey> input
Returns
Type Description
List<System.ValueTuple<NetEntity, System.UInt32>>
| Improve this Doc View Source

Convert(ICollection<(NetEntity, UInt32)>)

Declaration
public List<StationRecordKey> Convert(ICollection<(NetEntity, uint)> input)
Parameters
Type Name Description
ICollection<System.ValueTuple<NetEntity, System.UInt32>> input
Returns
Type Description
List<StationRecordKey>
| Improve this Doc View Source

Convert(Nullable<StationRecordKey>)

Declaration
public (NetEntity, uint)? Convert(StationRecordKey? input)
Parameters
Type Name Description
System.Nullable<StationRecordKey> input
Returns
Type Description
System.Nullable<System.ValueTuple<NetEntity, System.UInt32>>
| Improve this Doc View Source

Convert(Nullable<(NetEntity, UInt32)>)

Declaration
public StationRecordKey? Convert((NetEntity, uint)? input)
Parameters
Type Name Description
System.Nullable<System.ValueTuple<NetEntity, System.UInt32>> input
Returns
Type Description
System.Nullable<StationRecordKey>
| Improve this Doc View Source

Convert((NetEntity, UInt32))

Declaration
public StationRecordKey Convert((NetEntity, uint) input)
Parameters
Type Name Description
System.ValueTuple<NetEntity, System.UInt32> input
Returns
Type Description
StationRecordKey
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾