Show / Hide Table of Contents

Class AgentIDCardBoundUserInterfaceState

Represents an state that can be sent to the client

Inheritance
System.Object
AgentIDCardBoundUserInterfaceState
Namespace: Content.Shared.Access.Systems
Assembly: Content.Shared.dll
Syntax
public sealed class AgentIDCardBoundUserInterfaceState : BoundUserInterfaceState

Constructors

| Improve this Doc View Source

AgentIDCardBoundUserInterfaceState(String, String, HashSet<String>)

Declaration
public AgentIDCardBoundUserInterfaceState(string currentName, string currentJob, HashSet<string> icons)
Parameters
Type Name Description
System.String currentName
System.String currentJob
HashSet<System.String> icons

Fields

| Improve this Doc View Source

Icons

Declaration
public readonly HashSet<string> Icons
Field Value
Type Description
HashSet<System.String>

Properties

| Improve this Doc View Source

CurrentJob

Declaration
public string CurrentJob { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

CurrentName

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