Table of Contents

Class IntegrationDeviceParameterBindingItem

Namespace
Lers.Models
Assembly
Lers.Models.dll

Элемент привязки измеряемого параметра в универсальном устройстве интеграции.

public class IntegrationDeviceParameterBindingItem
Inheritance
IntegrationDeviceParameterBindingItem
Inherited Members
Extension Methods

Properties

BindingCode

Код считываемого параметра.

[Required(AllowEmptyStrings = false)]
[StringLength(100)]
public string BindingCode { get; set; }

Property Value

string

DataParameterId

Идентификатор измеряемого параметра.

public int DataParameterId { get; set; }

Property Value

int

DataType

Тип данных параметра.

public DeviceDataType DataType { get; set; }

Property Value

DeviceDataType

TransformationExpression

Выражение, которое используется для преобразования значений формулы.

public string? TransformationExpression { get; set; }

Property Value

string

Unit

Единицы измерения параметра.

public Unit? Unit { get; set; }

Property Value

Unit?