Class IntegrationDeviceParameterBindingItem
Элемент привязки измеряемого параметра в универсальном устройстве интеграции.
public class IntegrationDeviceParameterBindingItem
- Inheritance
-
IntegrationDeviceParameterBindingItem
- Inherited Members
- Extension Methods
Properties
BindingCode
Код считываемого параметра.
[Required(AllowEmptyStrings = false)]
[StringLength(100)]
public string BindingCode { get; set; }
Property Value
DataParameterId
Идентификатор измеряемого параметра.
public int DataParameterId { get; set; }
Property Value
DataType
Тип данных параметра.
public DeviceDataType DataType { get; set; }
Property Value
TransformationExpression
Выражение, которое используется для преобразования значений формулы.
public string? TransformationExpression { get; set; }
Property Value
Unit
Единицы измерения параметра.
public Unit? Unit { get; set; }
Property Value
- Unit?