Show / Hide Table of Contents

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 Source

GeneralStationRecordConsoleWindow()

Declaration
public GeneralStationRecordConsoleWindow()

Fields

| Improve this Doc View Source

OnFiltersChanged

Declaration
public Action<GeneralStationRecordFilterType, string>? OnFiltersChanged
Field Value
Type Description
System.Nullable<Action<GeneralStationRecordFilterType, System.String>>
| Improve this Doc View Source

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 Source

UpdateState(GeneralStationRecordConsoleState)

Declaration
public void UpdateState(GeneralStationRecordConsoleState state)
Parameters
Type Name Description
GeneralStationRecordConsoleState state

Extension Methods

ControlExtension.GetControlOfType<T>(Control)
ControlExtension.GetControlOfType<T>(Control, String)
ControlExtension.GetControlOfType<T>(Control, Boolean)
ControlExtension.GetControlOfType<T>(Control, String, Boolean)
ControlExtension.GetSearchableControls(Control, Boolean)
ControlExtension.ChildrenContainText(Control, String)
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾