Show / Hide Table of Contents

Class SharedDisposalUnitComponent.DisposalUnitBoundUserInterfaceState

Inheritance
System.Object
SharedDisposalUnitComponent.DisposalUnitBoundUserInterfaceState
Implements
IEquatable<SharedDisposalUnitComponent.DisposalUnitBoundUserInterfaceState>
Namespace: Content.Shared.Disposal.Components
Assembly: Content.Shared.dll
Syntax
public sealed class DisposalUnitBoundUserInterfaceState : BoundUserInterfaceState, IEquatable<SharedDisposalUnitComponent.DisposalUnitBoundUserInterfaceState>

Constructors

| Improve this Doc View Source

DisposalUnitBoundUserInterfaceState(String, String, TimeSpan, Boolean, Boolean)

Declaration
public DisposalUnitBoundUserInterfaceState(string unitName, string unitState, TimeSpan fullPressureTime, bool powered, bool engaged)
Parameters
Type Name Description
System.String unitName
System.String unitState
TimeSpan fullPressureTime
System.Boolean powered
System.Boolean engaged

Fields

| Improve this Doc View Source

Engaged

Declaration
public readonly bool Engaged
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

FullPressureTime

Declaration
public readonly TimeSpan FullPressureTime
Field Value
Type Description
TimeSpan
| Improve this Doc View Source

Powered

Declaration
public readonly bool Powered
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

UnitName

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

UnitState

Declaration
public readonly string UnitState
Field Value
Type Description
System.String

Methods

| Improve this Doc View Source

Equals(SharedDisposalUnitComponent.DisposalUnitBoundUserInterfaceState)

Declaration
public bool Equals(SharedDisposalUnitComponent.DisposalUnitBoundUserInterfaceState other)
Parameters
Type Name Description
SharedDisposalUnitComponent.DisposalUnitBoundUserInterfaceState other
Returns
Type Description
System.Boolean

Implements

IEquatable<>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾