C# Class Automatak.Simulator.DNP3.Commons.MeasurementPoco

Inheritance: INotifyPropertyChanged
Show file Open project: automatak/dnp3-simulator

Private Properties

Property Type Description
NotifyPropertyChanged void

Public Methods

Method Description
MeasurementPoco ( int row, string sValue, MeasurementBase meas, UInt16 index, MeasType type ) : System
NextRow ( ) : void
Update ( string sValue, MeasurementBase meas ) : void

Private Methods

Method Description
NotifyPropertyChanged ( string name ) : void

Method Details

MeasurementPoco() public method

public MeasurementPoco ( int row, string sValue, MeasurementBase meas, UInt16 index, MeasType type ) : System
row int
sValue string
meas MeasurementBase
index System.UInt16
type MeasType
return System

NextRow() public method

public NextRow ( ) : void
return void

Update() public method

public Update ( string sValue, MeasurementBase meas ) : void
sValue string
meas MeasurementBase
return void