Class IdCardConsoleComponent.WriteToTargetIdMessage
Inheritance
System.Object
IdCardConsoleComponent.WriteToTargetIdMessage
Assembly: Content.Shared.dll
Syntax
public sealed class WriteToTargetIdMessage : BoundUserInterfaceMessage
Constructors
|
Improve this Doc
View Source
WriteToTargetIdMessage(String, String, List<String>, String)
Declaration
public WriteToTargetIdMessage(string fullName, string jobTitle, List<string> accessList, string jobPrototype)
Parameters
Type |
Name |
Description |
System.String |
fullName |
|
System.String |
jobTitle |
|
List<System.String> |
accessList |
|
System.String |
jobPrototype |
|
Fields
|
Improve this Doc
View Source
AccessList
Declaration
public readonly List<string> AccessList
Field Value
Type |
Description |
List<System.String> |
|
|
Improve this Doc
View Source
FullName
Declaration
public readonly string FullName
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
JobPrototype
Declaration
public readonly string JobPrototype
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
JobTitle
Declaration
public readonly string JobTitle
Field Value
Type |
Description |
System.String |
|