Show / Hide Table of Contents

Class PowerMonitoringConsoleBoundInterfaceState

Inheritance
System.Object
PowerMonitoringConsoleBoundInterfaceState
Namespace: Content.Shared.Power
Assembly: Content.Shared.dll
Syntax
public sealed class PowerMonitoringConsoleBoundInterfaceState : BoundUserInterfaceState

Constructors

| Improve this Doc View Source

PowerMonitoringConsoleBoundInterfaceState(Double, Double, PowerMonitoringConsoleEntry[], PowerMonitoringConsoleEntry[])

Declaration
public PowerMonitoringConsoleBoundInterfaceState(double totalSources, double totalLoads, PowerMonitoringConsoleEntry[] sources, PowerMonitoringConsoleEntry[] loads)
Parameters
Type Name Description
System.Double totalSources
System.Double totalLoads
PowerMonitoringConsoleEntry[] sources
PowerMonitoringConsoleEntry[] loads

Fields

| Improve this Doc View Source

Loads

Declaration
public PowerMonitoringConsoleEntry[] Loads
Field Value
Type Description
PowerMonitoringConsoleEntry[]
| Improve this Doc View Source

Sources

Declaration
public PowerMonitoringConsoleEntry[] Sources
Field Value
Type Description
PowerMonitoringConsoleEntry[]
| Improve this Doc View Source

TotalLoads

Declaration
public double TotalLoads
Field Value
Type Description
System.Double
| Improve this Doc View Source

TotalSources

Declaration
public double TotalSources
Field Value
Type Description
System.Double
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾