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

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: automatak/dnp3-simulator

Private Properties

Свойство Type Description
NotifyPropertyChanged void

Méthodes publiques

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

Private Methods

Méthode Description
NotifyPropertyChanged ( string name ) : void

Method Details

MeasurementPoco() public méthode

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

NextRow() public méthode

public NextRow ( ) : void
Résultat void

Update() public méthode

public Update ( string sValue, MeasurementBase meas ) : void
sValue string
meas MeasurementBase
Résultat void