Show / Hide Table of Contents

Class NetworkConfiguratorDeviceList

Inheritance
System.Object
Robust.Client.UserInterface.Control
Robust.Client.UserInterface.Controls.Container
Robust.Client.UserInterface.Controls.ScrollContainer
NetworkConfiguratorDeviceList
Namespace: Content.Client.NetworkConfigurator
Assembly: Content.Client.dll
Syntax
public sealed class NetworkConfiguratorDeviceList : ScrollContainer

Methods

| Improve this Doc View Source

UpdateState(NetworkConfiguratorBoundUserInterface, HashSet<(String address, String name)>)

Declaration
public void UpdateState(NetworkConfiguratorBoundUserInterface ui, HashSet<(string address, string name)> devices)
Parameters
Type Name Description
NetworkConfiguratorBoundUserInterface ui
HashSet<System.ValueTuple<System.String, System.String>> devices

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
☀
☾