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 SourceSelectGeneralStationRecord(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 SourceSelectedKey
Declaration
public (NetEntity, uint)? SelectedKey { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.ValueTuple<NetEntity, System.UInt32>> |