Show / Hide Table of Contents

Class SelectGeneralStationRecord

Inheritance
System.Object
SelectGeneralStationRecord
Namespace: Content.Shared.StationRecords
Assembly: Content.Shared.dll
Syntax
public sealed class SelectGeneralStationRecord : BoundUserInterfaceMessage

Constructors

| Improve this Doc View Source

SelectGeneralStationRecord(Nullable<(NetEntity, UInt32)>)

Declaration
public SelectGeneralStationRecord((NetEntity, uint)? selectedKey)
Parameters
Type Name Description
System.Nullable<System.ValueTuple<NetEntity, System.UInt32>> selectedKey

Properties

| Improve this Doc View Source

SelectedKey

Declaration
public (NetEntity, uint)? SelectedKey { get; }
Property Value
Type Description
System.Nullable<System.ValueTuple<NetEntity, System.UInt32>>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾