Class GeneralStationRecordConsoleWindow
Inheritance
System.Object
Robust.Client.UserInterface.Control
Robust.Client.UserInterface.CustomControls.BaseWindow
Robust.Client.UserInterface.CustomControls.DefaultWindow
GeneralStationRecordConsoleWindow
Namespace: Content.Client.StationRecords
Assembly: Content.Client.dll
Syntax
public sealed class GeneralStationRecordConsoleWindow : DefaultWindow
Constructors
| Improve this Doc View SourceGeneralStationRecordConsoleWindow()
Declaration
public GeneralStationRecordConsoleWindow()
Fields
| Improve this Doc View SourceOnFiltersChanged
Declaration
public Action<GeneralStationRecordFilterType, string>? OnFiltersChanged
Field Value
Type | Description |
---|---|
System.Nullable<Action<GeneralStationRecordFilterType, System.String>> |
OnKeySelected
Declaration
public Action<(NetEntity, uint)?>? OnKeySelected
Field Value
Type | Description |
---|---|
System.Nullable<Action<System.Nullable<System.ValueTuple<NetEntity, System.UInt32>>>> |
Methods
| Improve this Doc View SourceUpdateState(GeneralStationRecordConsoleState)
Declaration
public void UpdateState(GeneralStationRecordConsoleState state)
Parameters
Type | Name | Description |
---|---|---|
GeneralStationRecordConsoleState | state |