Class EquipmentModel
Модель оборудования.
Inheritance
Implements
Namespace: Lers.Models
Assembly: Lers.Models.dll
Syntax
public class EquipmentModel : object, IUniqueObject
Properties
CalibrationInterval
Межповерочный интервал.
Declaration
public byte CalibrationInterval { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |
Capabilities
Характеристики оборудования.
Declaration
public EquipmentCapabilities Capabilities { get; set; }
Property Value
Type | Description |
---|---|
EquipmentCapabilities |
Comment
Комментарий.
Declaration
public string Comment { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DataInterface
Описание модели устройства (счетчика с цифровым интерфейсом).
Declaration
public EquipmentDataInterface DataInterface { get; set; }
Property Value
Type | Description |
---|---|
Lers.Models.EquipmentDataInterface |
DryContactCount
Количество сухих контактов для сигнализации.
Declaration
public byte DryContactCount { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |
Id
Уникальный идентификатор записи.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IsCurrentTransformer
Трансформатор тока.
Declaration
public bool IsCurrentTransformer { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsElectricMeter
Электросчётчик.
Declaration
public bool IsElectricMeter { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsFlowSensor
Расходомер.
Declaration
public bool IsFlowSensor { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsPressureDropSensor
Датчик перепада давления.
Declaration
public bool IsPressureDropSensor { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsPressureSensor
Датчик давления.
Declaration
public bool IsPressureSensor { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsSystem
Признак системной модели оборудования.
Declaration
public bool IsSystem { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsTemperatureSensor
Датчик температуры.
Declaration
public bool IsTemperatureSensor { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsVoltageTransformer
Трансформатор напряжения.
Declaration
public bool IsVoltageTransformer { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LongTitle
Полное наименование.
Declaration
public string LongTitle { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ModemFeatures
Возможности модема.
Declaration
public ControllerFeatures ModemFeatures { get; set; }
Property Value
Type | Description |
---|---|
ControllerFeatures |
Modifications
Список вариантов исполнения.
Declaration
public List<EquipmentModelModification>? Modifications { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<List<EquipmentModelModification>> |
Ports
Список портов для коммуникационного оборудования.
Declaration
public ICollection<EquipmentModelPort>? Ports { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<ICollection<Lers.Models.EquipmentModelPort>> |
ReportTitle
Наименование в отчёте.
Declaration
public string? ReportTitle { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.String> |
SerialNumberComment
Комментарий
Declaration
public string SerialNumberComment { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SerialNumberFormat
Формат серийного номера.
Declaration
public string SerialNumberFormat { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StateRegisterNumbers
Номера в реестре СИ, связанные с моделью.
Declaration
public ICollection<StateRegisterNumber>? StateRegisterNumbers { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<ICollection<StateRegisterNumber>> |
StateRegisterTypeTitle
Наименование типа СИ в государственном реестре. По этому наименованию и серийному номеру устройство должно быть уникально идентифицировано в информационной системе с данными о поверках.
Declaration
public string? StateRegisterTypeTitle { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.String> |
SupportedCallTypes
Поддерживаемые типы вызовов.
Declaration
public GsmCallType SupportedCallTypes { get; set; }
Property Value
Type | Description |
---|---|
GsmCallType |
SupportedCommLinks
Поддерживаемые каналы связи.
Declaration
public CommunicationLink SupportedCommLinks { get; set; }
Property Value
Type | Description |
---|---|
CommunicationLink |
SupportedSystemTypes
Поддерживаемые типы инженерной системы.
Declaration
public SystemType SupportedSystemTypes { get; set; }
Property Value
Type | Description |
---|---|
SystemType |
Title
Наименование модели оборудования.
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String |