Class ElectricityBadValuesThreshold
Пороги недостоверных значений параметров качества электроэнергии.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Lers.Administration.BadValues
Assembly: Lers.Server.System.dll
Syntax
public class ElectricityBadValuesThreshold : SupplySystemBadValuesThreshold
Remarks
Этот класс используется вместо модели для ускорения поиска порога в массиве.
Constructors
ElectricityBadValuesThreshold(ElectricityBadValuesThreshold)
Конструктор.
Declaration
public ElectricityBadValuesThreshold(ElectricityBadValuesThreshold badValues)
Parameters
| Type | Name | Description |
|---|---|---|
| Lers.Models.ElectricityBadValuesThreshold | badValues |
Properties
ElectricQuality
Список недостоверных значений параметров качества электроэнергии.
Declaration
public Dictionary<int, BadValuesThreshold> ElectricQuality { get; }
Property Value
| Type | Description |
|---|---|
| Dictionary<System.Int32, Lers.Models.BadValuesThreshold> |