Class PowerMonitoringConsoleBoundInterfaceState
Inheritance
System.Object
PowerMonitoringConsoleBoundInterfaceState
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
Fields
|
Improve this Doc
View Source
Loads
Declaration
public PowerMonitoringConsoleEntry[] Loads
Field Value
|
Improve this Doc
View Source
Sources
Declaration
public PowerMonitoringConsoleEntry[] Sources
Field Value
|
Improve this Doc
View Source
TotalLoads
Declaration
Field Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
TotalSources
Declaration
public double TotalSources
Field Value
Type |
Description |
System.Double |
|