Class SharedDisposalUnitComponent.DisposalUnitBoundUserInterfaceState
Inheritance
System.Object
SharedDisposalUnitComponent.DisposalUnitBoundUserInterfaceState
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
Returns
Type |
Description |
System.Boolean |
|
Implements
IEquatable<>