A settings object specifically for ECOP that puts a strongly typed face on our name-value pair storage facility.
More...
|
| EcopSettings () |
| Initializes a new instance of the EcopSettings class. More...
|
|
System.Xml.Schema.XmlSchema | GetSchema () |
| This method is reserved and should not be used. When implementing the IXmlSerializable interface, you should return null (Nothing in Visual Basic) from this method, and instead, if specifying a custom schema is required, apply the T:System.Xml.Serialization.XmlSchemaProviderAttribute to the class. More...
|
|
void | ReadXml (System.Xml.XmlReader reader) |
| Generates an object from its XML representation. More...
|
|
void | WriteXml (System.Xml.XmlWriter writer) |
| Converts an object into its XML representation. More...
|
|
A settings object specifically for ECOP that puts a strongly typed face on our name-value pair storage facility.
◆ EcopSettings()
Apac.Settings.EcopSettings.EcopSettings |
( |
| ) |
|
|
inline |
◆ GetSchema()
System.Xml.Schema.XmlSchema Apac.Settings.EcopSettings.GetSchema |
( |
| ) |
|
|
inline |
This method is reserved and should not be used. When implementing the IXmlSerializable interface, you should return null (Nothing in Visual Basic) from this method, and instead, if specifying a custom schema is required, apply the T:System.Xml.Serialization.XmlSchemaProviderAttribute to the class.
- Returns
- An T:System.Xml.Schema.XmlSchema that describes the XML representation of the object that is produced by the M:System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter) method and consumed by the M:System.Xml.Serialization.IXmlSerializable.ReadXml(System.Xml.XmlReader) method.
◆ ReadXml()
void Apac.Settings.EcopSettings.ReadXml |
( |
System.Xml.XmlReader |
reader | ) |
|
|
inline |
Generates an object from its XML representation.
- Parameters
-
reader | The T:System.Xml.XmlReader stream from which the object is deserialized. |
◆ WriteXml()
void Apac.Settings.EcopSettings.WriteXml |
( |
System.Xml.XmlWriter |
writer | ) |
|
|
inline |
Converts an object into its XML representation.
- Parameters
-
writer | The T:System.Xml.XmlWriter stream to which the object is serialized. |
◆ BudgetedMonthlyUsage
double Apac.Settings.EcopSettings.BudgetedMonthlyUsage |
|
getset |
Gets or sets the budgeted monthly usage.
The budgeted monthly usage.
◆ CostPerKw
decimal Apac.Settings.EcopSettings.CostPerKw |
|
getset |
Gets or sets the cost per kilowatt in the monitored space.
The cost per kilowatt.
◆ LoopPumpGPM
uint Apac.Settings.EcopSettings.LoopPumpGPM |
|
getset |
Gets or sets the loop pump GPM.
The loop pump GPM.
◆ NominalVoltage
uint Apac.Settings.EcopSettings.NominalVoltage |
|
getset |
Gets or sets the nominal voltage in the monitored space.
The nominal voltage.
◆ SnapshotWindowMinutes
uint Apac.Settings.EcopSettings.SnapshotWindowMinutes |
|
getset |
Gets or sets the snapshot window minutes.
The snapshot window minutes.
◆ SquareFootage
uint Apac.Settings.EcopSettings.SquareFootage |
|
getset |
Gets or sets the square footage in the monitored space.
The square footage.
◆ SummaryWindowHours
uint Apac.Settings.EcopSettings.SummaryWindowHours |
|
getset |
Gets or sets the summary window hours.
The summary window hours.
The documentation for this class was generated from the following file:
- /var/lib/jenkins/workspace/apac/APAC/APACCore/Settings/EcopSettings.cs