C# 클래스 PhasorProtocolAdapters.SignalReferenceMeasurement

Represents an IMeasurement wrapper that is associated with a SignalReference.
상속: IMeasurement
파일 보기 프로젝트 열기: GridProtectionAlliance/gsf

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CompareTo ( ITimeSeriesValue other ) : int

Compares the SignalReferenceMeasurement with an ITimeSeriesValue.

Measurement implementations should compare by hash code.

CompareTo ( object obj ) : int

Compares the SignalReferenceMeasurement with the specified Object.

Measurement implementations should compare by hash code.

Equals ( ITimeSeriesValue other ) : bool

Determines whether the specified ITimeSeriesValue is equal to the current SignalReferenceMeasurement.

SignalReferenceMeasurement ( IMeasurement measurement, SignalReference signalReference ) : System

Constructs a new SignalReferenceMeasurement from the specified parameters.

메소드 상세

CompareTo() 공개 메소드

Compares the SignalReferenceMeasurement with an ITimeSeriesValue.
Measurement implementations should compare by hash code.
public CompareTo ( ITimeSeriesValue other ) : int
other ITimeSeriesValue The to compare with the current .
리턴 int

CompareTo() 공개 메소드

Compares the SignalReferenceMeasurement with the specified Object.
Measurement implementations should compare by hash code.
is not an .
public CompareTo ( object obj ) : int
obj object The to compare with the current .
리턴 int

Equals() 공개 메소드

Determines whether the specified ITimeSeriesValue is equal to the current SignalReferenceMeasurement.
public Equals ( ITimeSeriesValue other ) : bool
other ITimeSeriesValue The to compare with the current .
리턴 bool

SignalReferenceMeasurement() 공개 메소드

Constructs a new SignalReferenceMeasurement from the specified parameters.
public SignalReferenceMeasurement ( IMeasurement measurement, SignalReference signalReference ) : System
measurement IMeasurement Source value.
signalReference SignalReference Associated .
리턴 System