Class SupplySystemBadValuesThreshold
Пороги недостоверных значений для системы снабжения.
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 SupplySystemBadValuesThreshold
Remarks
Этот класс используется вместо модели для ускорения поиска порога в массиве.
Constructors
SupplySystemBadValuesThreshold(SupplySystemBadValuesThreshold)
Конструктор.
Declaration
public SupplySystemBadValuesThreshold(SupplySystemBadValuesThreshold badValues)
Parameters
| Type | Name | Description |
|---|---|---|
| Lers.Models.SupplySystemBadValuesThreshold | badValues |
Methods
TryGetValue(Int32, out BadValuesThreshold)
Возвращает значение по ключу.
Declaration
public bool TryGetValue(int parameterId, out BadValuesThreshold threshold)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | parameterId | |
| Lers.Models.BadValuesThreshold | threshold |
Returns
| Type | Description |
|---|---|
| System.Boolean |