Table of Contents

Class MeasurePointDeviceBinding

Namespace
Lers.Core
Assembly
Lers.System.dll

Настройка привязки точки учета к устройству.

public class MeasurePointDeviceBinding
Inheritance
MeasurePointDeviceBinding
Inherited Members
Extension Methods

Properties

Addresses

Возвращает список привязок параметров точки учета к адресам памяти устройства.

public MeasurePointAddressBindingCollection Addresses { get; }

Property Value

MeasurePointAddressBindingCollection

Cells

Возвращает список привязок параметров точки учета к ячейкам устройства.

public MeasurePointCellBindingCollection Cells { get; }

Property Value

MeasurePointCellBindingCollection

Channels

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

public MeasurePointChannelBinding Channels { get; }

Property Value

MeasurePointChannelBinding

IsModified

Признак изменения какой-либо привязки.

public bool IsModified { get; }

Property Value

bool