Search Results for

    Show / Hide Table of Contents

    Class EquipmentModelModification

    Вариант исполнения модели оборудования.

    Inheritance
    System.Object
    EquipmentModelModification
    Namespace: Lers.Models
    Assembly: Lers.Models.dll
    Syntax
    public class EquipmentModelModification : object

    Properties

    Comment

    Комментарий.

    Declaration
    public string Comment { get; set; }
    Property Value
    Type Description
    System.String

    EquipmentModelId

    Идентификатор модели, к которой относится вариант исполнения.

    Declaration
    public int EquipmentModelId { get; set; }
    Property Value
    Type Description
    System.Int32

    FlowSensorMax

    Верхняя граница пределов измерения расходомера.

    Declaration
    public float FlowSensorMax { get; set; }
    Property Value
    Type Description
    System.Single

    FlowSensorMin

    Нижняя граница пределов измерения расходомера.

    Declaration
    public float FlowSensorMin { get; set; }
    Property Value
    Type Description
    System.Single

    Id

    Уникальный идентификатор варианта исполнения.

    Declaration
    public int Id { get; set; }
    Property Value
    Type Description
    System.Int32

    IsSystem

    Признак системной модели оборудования.

    Declaration
    public bool IsSystem { get; set; }
    Property Value
    Type Description
    System.Boolean

    MeasureLength

    Длина измерительной части

    Declaration
    public float MeasureLength { get; set; }
    Property Value
    Type Description
    System.Single

    NominalDiameter

    Диаметр условного прохода (ДУ).

    Declaration
    public short NominalDiameter { get; set; }
    Property Value
    Type Description
    System.Int16

    NominalStaticCharacteristic

    Номинальная статическая характеристика

    Declaration
    public string NominalStaticCharacteristic { get; set; }
    Property Value
    Type Description
    System.String

    PrecisionClass

    Класс точности.

    Declaration
    public string PrecisionClass { get; set; }
    Property Value
    Type Description
    System.String

    PressDropSensorMax

    Верхняя граница пределов измерения датчика перепада давления.

    Declaration
    public float PressDropSensorMax { get; set; }
    Property Value
    Type Description
    System.Single

    PressDropSensorMin

    Нижняя граница пределов измерения датчика перепада давления.

    Declaration
    public float PressDropSensorMin { get; set; }
    Property Value
    Type Description
    System.Single

    PressSensorMax

    Верхняя граница пределов измерения датчика давления.

    Declaration
    public float PressSensorMax { get; set; }
    Property Value
    Type Description
    System.Single

    PressSensorMin

    Нижняя граница пределов измерения датчика давления.

    Declaration
    public float PressSensorMin { get; set; }
    Property Value
    Type Description
    System.Single

    RelativeError

    Относительная погрешность, %.

    Declaration
    public float RelativeError { get; set; }
    Property Value
    Type Description
    System.Single

    TempSensorMax

    Верхняя граница пределов измерения температурного датчика.

    Declaration
    public float TempSensorMax { get; set; }
    Property Value
    Type Description
    System.Single

    TempSensorMin

    Нижняя граница пределов измерения температурного датчика.

    Declaration
    public float TempSensorMin { get; set; }
    Property Value
    Type Description
    System.Single

    TransformationRatio

    Коэффициент трансформации.

    Declaration
    public float TransformationRatio { get; set; }
    Property Value
    Type Description
    System.Single

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String

    Extension Methods

    CastExtensions.CastTo<T>(Object)
    EnumerableExtensions.Yield<T>(T)
    In This Article
    Back to top ©2018 - 2022, ООО "ЛЭРС УЧЁТ"