C# 클래스 Automatak.Simulator.DNP3.Commons.MeasurementPoco

상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: automatak/dnp3-simulator

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