Show / Hide Table of Contents

Class DevicePortPrototype

A prototype for a device port, for use with device linking.

Inheritance
System.Object
DevicePortPrototype
SinkPortPrototype
SourcePortPrototype
Namespace: Content.Shared.DeviceLinking
Assembly: Content.Shared.dll
Syntax
public abstract class DevicePortPrototype : object

Fields

| Improve this Doc View Source

Description

Localization string for a description of the ports functionality. Should either indicate when a source port is fired, or what function a sink port serves. Displayed as a tooltip in the linking UI.

Declaration
public string Description
Field Value
Type Description
System.String
| Improve this Doc View Source

Name

Localization string for the port name. Displayed in the linking UI.

Declaration
public string Name
Field Value
Type Description
System.String

Properties

| Improve this Doc View Source

ID

Declaration
public string ID { get; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾