Show / Hide Table of Contents

Class NetworkConfiguratorLinksSaveMessage

Inheritance
System.Object
NetworkConfiguratorLinksSaveMessage
Namespace: Content.Shared.DeviceNetwork
Assembly: Content.Shared.dll
Syntax
public sealed class NetworkConfiguratorLinksSaveMessage : BoundUserInterfaceMessage

Constructors

| Improve this Doc View Source

NetworkConfiguratorLinksSaveMessage(List<(String source, String sink)>)

Declaration
public NetworkConfiguratorLinksSaveMessage(List<(string source, string sink)> links)
Parameters
Type Name Description
List<System.ValueTuple<System.String, System.String>> links

Fields

| Improve this Doc View Source

Links

Declaration
public readonly List<(string source, string sink)> Links
Field Value
Type Description
List<System.ValueTuple<System.String, System.String>>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾