C# 클래스 openVisN.Calculations.CalculationMethod

파일 보기 프로젝트 열기: GridProtectionAlliance/openHistorian 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
Dependencies MetadataBase[]

공개 메소드들

메소드 설명
AddDependentPoints ( HashSet dependencies ) : void
Calculate ( SignalDataBase>.IDictionary signals ) : void

비공개 메소드들

메소드 설명
CalculationMethod ( ) : System

메소드 상세

AddDependentPoints() 공개 메소드

public AddDependentPoints ( HashSet dependencies ) : void
dependencies HashSet
리턴 void

Calculate() 공개 메소드

public Calculate ( SignalDataBase>.IDictionary signals ) : void
signals SignalDataBase>.IDictionary
리턴 void

프로퍼티 상세

Dependencies 보호되어 있는 프로퍼티

protected MetadataBase[] Dependencies
리턴 MetadataBase[]