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 SourceNetworkConfiguratorLinksSaveMessage(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 SourceLinks
Declaration
public readonly List<(string source, string sink)> Links
Field Value
Type | Description |
---|---|
List<System.ValueTuple<System.String, System.String>> |