C# Класс Automatak.Simulator.DNP3.Commons.MeasurementPoco

Наследование: INotifyPropertyChanged
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
NotifyPropertyChanged void

Открытые методы

Метод Описание
MeasurementPoco ( int row, string sValue, MeasurementBase meas, UInt16 index, MeasType type ) : System
NextRow ( ) : void
Update ( string sValue, MeasurementBase meas ) : void

Приватные методы

Метод Описание
NotifyPropertyChanged ( string name ) : void

Описание методов

MeasurementPoco() публичный Метод

public MeasurementPoco ( int row, string sValue, MeasurementBase meas, UInt16 index, MeasType type ) : System
row int
sValue string
meas MeasurementBase
index System.UInt16
type MeasType
Результат System

NextRow() публичный Метод

public NextRow ( ) : void
Результат void

Update() публичный Метод

public Update ( string sValue, MeasurementBase meas ) : void
sValue string
meas MeasurementBase
Результат void